[][src]Trait ferrite_session::row::HasRowWitness

pub trait HasRowWitness<Row, F, K>: HasRow<Row, F> {
    fn with_witness(
        self: Box<Self>,
        cont: Box<dyn RowWitnessCont<Row, F, K>>
    ) -> K; }

Required methods

fn with_witness(self: Box<Self>, cont: Box<dyn RowWitnessCont<Row, F, K>>) -> K

Loading content...

Implementors

impl<S, Row, F, K> HasRowWitness<Row, F, K> for S where
    F: TyCon,
    S: Send + 'static,
    Row: RowApp<F, Applied = S>, 
[src]

Loading content...