Trait ErrorSubset

Source
pub trait ErrorSubset: From<Self::Error> {
    type Error;
}

Required Associated Types§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl ErrorSubset for reach_core::wire::Response

Source§

impl ErrorSubset for reach_core::communication::secrets::Response