Struct ferrite_session::base::SharedChannel[][src]

pub struct SharedChannel<S> where
    S: SharedProtocol
{ /* fields omitted */ }

Implementations

impl<F> SharedChannel<LinearToShared<F>> where
    F: Protocol,
    F: SharedRecApp<SharedToLinear<F>>,
    F::Applied: Protocol
[src]

pub fn acquire<C, A>(
    &self,
    cont: impl FnOnce(C::Length) -> PartialSession<C::Appended, A> + Send + 'static
) -> PartialSession<C, A> where
    C: Context,
    A: Protocol,
    C: AppendContext<(F::Applied, ())>, 
[src]

Trait Implementations

impl<S> Clone for SharedChannel<S> where
    S: SharedProtocol
[src]

impl<'a, A> Deserialize<'a> for SharedChannel<A> where
    A: SharedProtocol + ForwardChannel
[src]

impl<A> Serialize for SharedChannel<A> where
    A: SharedProtocol + ForwardChannel
[src]

Auto Trait Implementations

impl<S> !RefUnwindSafe for SharedChannel<S>

impl<S> Send for SharedChannel<S>

impl<S> Sync for SharedChannel<S>

impl<S> Unpin for SharedChannel<S>

impl<S> !UnwindSafe for SharedChannel<S>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<F, A, X> HasRecApp<F, A> for X where
    X: HasRecApp<F, A>, 
[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,