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