Trait tc_transact::IntoView[][src]

pub trait IntoView<'en, D: Dir> {
    type Txn: Transaction<D>;
    type View: IntoStream<'en> + Sized;
    fn into_view(self, txn: Self::Txn) -> Self::View;
}

Associated Types

Loading content...

Required methods

fn into_view(self, txn: Self::Txn) -> Self::View[src]

Loading content...

Implementors

Loading content...