frunk_core::labelled

Trait IntoLabelledGeneric

Source
pub trait IntoLabelledGeneric {
    type Repr;

    // Required method
    fn into(self) -> Self::Repr;
}

Required Associated Types§

Source

type Repr

The labelled generic representation type.

Required Methods§

Source

fn into(self) -> Self::Repr

Convert a value to its representation type Repr.

Implementors§