ChannelError

Trait ChannelError 

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

Required Associated Types§

Source

type Error: Error + 'static

Implementors§