Trait scsys_core::traits::appellation::IntoAppellation

source ·
pub trait IntoAppellation<Cls, Id>
where Cls: Classifier, Id: Identifier,
{ // Required method fn into_appellation(self) -> dyn Appellation<Class = Cls, Id = Id>; }

Required Methods§

source

fn into_appellation(self) -> dyn Appellation<Class = Cls, Id = Id>

Implementors§