Trait scsys_core::prelude::Identifiable

source ·
pub trait Identifiable<Q>
where Q: Identifier,
{ type Item: Id<Q>; // Required method fn get(&self) -> &Self::Item; }

Required Associated Types§

source

type Item: Id<Q>

Required Methods§

source

fn get(&self) -> &Self::Item

Implementors§