Trait evoke_core::channel::ChannelError[][src]

pub trait ChannelError {
    type Error: Error + 'static;
}

Associated Types

Implementors