[][src]Trait ferrite_session::RowCon

pub trait RowCon: Sized + Send + 'static { }

Implementations on Foreign Types

impl<A, R> RowCon for (A, R) where
    A: Send + 'static,
    R: RowCon
[src]

impl RowCon for ()[src]

Loading content...

Implementors

impl RowCon for Bottom[src]

Loading content...