Enum quicr_core::ConnectError[][src]

pub enum ConnectError {
    MalformedSession,
    Tls(Error),
}

Variants

Trait Implementations

impl Debug for ConnectError
[src]

Formats the value using the given formatter. Read more

impl From<Error> for ConnectError
[src]

Performs the conversion.

impl From<ErrorStack> for ConnectError
[src]

Performs the conversion.

Auto Trait Implementations