pub trait IntoId: MaybeId { // Required method fn into_id(self) -> Id<Self::Iri, Self::BlankId>; }
Type that can surely be converted into an Id.
Id