pub trait AsId { type Iri; type BlankId; // Required method fn as_id(&self) -> Id<&Self::Iri, &Self::BlankId>; }
Type that can be converted into an Id.
Id