[][src]Trait ferrite_session::ExtractRow

pub trait ExtractRow<T> {
    fn extract(self) -> T;
}

Required methods

fn extract(self) -> T

Loading content...

Implementors

impl<A, B> ExtractRow<EitherChoice<A, B>> for Sum<A, Sum<B, Bottom>>[src]

Loading content...