Trait frunk::coproduct::IntoCoproduct [] [src]

pub trait IntoCoproduct<InsertType, Index> {
    fn into(to_insert: InsertType) -> Self;
}

Required Methods

Implementors