Type Alias gmt_dos_clients_transceiver::Result

source ·
pub type Result<T> = Result<T, TransceiverError>;

Aliased Type§

enum Result<T> {
    Ok(T),
    Err(TransceiverError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(TransceiverError)

Contains the error value