Trait ferrite_session::internal::public::prelude::RowCon[][src]

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

Loading content...