Type Definition medea_jason::peer::media::MediaExchangeState

source ·
pub type MediaExchangeState = TransitableState<Stable, Transition>;
Expand description

Trait Implementations§

source§

impl From<Stable> for MediaExchangeState

source§

fn from(from: Stable) -> Self

Converts to this type from the input type.
source§

impl From<Transition> for MediaExchangeState

source§

fn from(from: Transition) -> Self

Converts to this type from the input type.