Trait hetseq::IntoList [] [src]

pub trait IntoList {
    type List;
    fn into_list(self) -> Self::List;
}

Associated Types

Required Methods

Implementors