Trait scsys_core::traits::appellation::TryFromAppellation

source ·
pub trait TryFromAppellation<Cls, Id>
where Cls: Classifier, Id: Identifier, Self: Sized,
{ type Error; // Required method fn try_from_appellation( appellation: impl Appellation<Class = Cls, Id = Id> ) -> Result<Self, Self::Error>; }

Required Associated Types§

Required Methods§

source

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

Object Safety§

This trait is not object safe.

Implementors§