[][src]Trait ferrite_session::Reversible

pub trait Reversible: Context {
    type Reversed: Context;
    fn reverse_channels(
        channels: Self::Endpoints
    ) -> <Self::Reversed as Context>::Endpoints;
fn unreverse_channels(
        channels: <Self::Reversed as Context>::Endpoints
    ) -> Self::Endpoints; }

Associated Types

Loading content...

Required methods

fn reverse_channels(
    channels: Self::Endpoints
) -> <Self::Reversed as Context>::Endpoints

fn unreverse_channels(
    channels: <Self::Reversed as Context>::Endpoints
) -> Self::Endpoints

Loading content...

Implementations on Foreign Types

impl Reversible for ()[src]

Loading content...

Implementors

Loading content...