pub type GetSerialCmdlineResult<T> = Result<T, GetSerialCmdlineError>;

Aliased Type§

enum GetSerialCmdlineResult<T> {
    Ok(T),
    Err(GetSerialCmdlineError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(GetSerialCmdlineError)

Contains the error value