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

Associated Types

Implementations on Foreign Types

Implementors