pub type ProfileConnectResult = Result<Channel, ErrorCode>;

Aliased Type§

enum ProfileConnectResult {
    Ok(Channel),
    Err(ErrorCode),
}

Variants§

§1.0.0

Ok(Channel)

Contains the success value

§1.0.0

Err(ErrorCode)

Contains the error value