Function ferrite_session::internal::public::prelude::send_value    
source · [−]pub fn send_value<T, C, A>(
    val: T, 
    cont: PartialSession<C, A>
) -> PartialSession<C, SendValue<T, A>> where
    T: Send + 'static,
    A: Protocol,
    C: Context,