pub trait SumApp<'a, F>: RowCon where
    F: TyCon
{ type Applied: Sized + Send + 'a; }

Associated Types

Implementations on Foreign Types

Implementors