[][src]Trait vessels::channel::Shim

pub trait Shim<'a, T: Target<'a, K>, K: Kind>: Context<'a, Item = <T as Context<'a>>::Item> {
    fn complete<C: Sync + Send + Stream<Item = <T as Context<'a>>::Item> + Sink<<T as Context<'a>>::Item> + 'static>(
        self,
        input: C
    ) -> Fallible<K, K::ConstructError>; }

Required methods

fn complete<C: Sync + Send + Stream<Item = <T as Context<'a>>::Item> + Sink<<T as Context<'a>>::Item> + 'static>(
    self,
    input: C
) -> Fallible<K, K::ConstructError>

Loading content...

Implementors

impl<'a, K: Kind> Shim<'a, IdChannel, K> for Shim<K>[src]

Loading content...