Enum quicr_core::EndpointError [−][src]
Variants
Tls(Error)Keylog(Error)ProtocolTooLong(Box<[u8]>)
Trait Implementations
impl Debug for EndpointError[src]
impl Debug for EndpointErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<Error> for EndpointError[src]
impl From<Error> for EndpointErrorimpl From<ErrorStack> for EndpointError[src]
impl From<ErrorStack> for EndpointErrorfn from(x: ErrorStack) -> Self[src]
fn from(x: ErrorStack) -> SelfPerforms the conversion.
Auto Trait Implementations
impl Send for EndpointError
impl Send for EndpointErrorimpl Sync for EndpointError
impl Sync for EndpointError