Function ferrite_session::internal::public::session::offer_case[][src]

pub fn offer_case<N, C, A, Row1, Row2>(
    _: N,
    cont: PartialSession<C, A>
) -> PartialSession<C, InternalChoice<Row1>> where
    C: Context,
    A: Protocol,
    Row1: Send + 'static,
    Row1: ToRow<Row = Row2>,
    Row2: SumApp<ReceiverF>,
    N: Prism<Row2, Elem = A>,