[][src]Trait vessels::OnTo

pub trait OnTo: Kind {
    fn on_to<'a, T: Target<'a, Self>>(self) -> Future<T>
    where
        Self: Send + 'static,
        Self::DeconstructFuture: Sync + Send
; }

Required methods

fn on_to<'a, T: Target<'a, Self>>(self) -> Future<T> where
    Self: Send + 'static,
    Self::DeconstructFuture: Sync + Send

Loading content...

Implementors

impl<K: Kind> OnTo for K[src]

Loading content...