Trait Responders

Source
pub trait Responders<C> {
    type Responders: ContainsResponders;
}

Required Associated Types§

Implementations on Foreign Types§

Source§

impl<C> Responders<C> for LocalCommunication
where C: CommunicableTypes,

Source§

impl<C> Responders<C> for RemoteCommunication
where C: CommunicableTypes,

Implementors§