Trait scsys_core::traits::appellation::FromAppellation

source ·
pub trait FromAppellation<Cls, Id>
where Cls: Classifier, Id: Identifier,
{ // Required method fn from_appellation( appellation: impl Appellation<Class = Cls, Id = Id> ) -> Self; }

Required Methods§

source

fn from_appellation(appellation: impl Appellation<Class = Cls, Id = Id>) -> Self

Object Safety§

This trait is not object safe.

Implementors§