Trait scsys::TryFromAppellation

source ·
pub trait TryFromAppellation<Cls, Id>: Sized
where Cls: Classifier, Id: Identifier,
{ 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§