[][src]Function ferrite_session::send_value_to

pub fn send_value_to<N, C, A, B, T>(
    _: N,
    val: T,
    cont: PartialSession<N::Target, A>
) -> PartialSession<C, A> where
    A: Protocol,
    B: Protocol,
    C: Context,
    T: Send + 'static,
    N: ContextLens<C, ReceiveValue<T, B>, B>,