Trait frunk_core::labelled::IntoLabelledGeneric[][src]

pub trait IntoLabelledGeneric {
    type Repr;
    fn into(self) -> Self::Repr;
}

Associated Types

The labelled generic representation type.

Required methods

Convert a value to its representation type Repr.

Implementors