Type Definition rdf_types::IdRef

source ·
pub type IdRef<'a> = Id<Iri<'a>, &'a BlankId>;

Implementations§

source§

impl<'a> IdRef<'a>

source

pub fn into_owned(self) -> Id

Trait Implementations§

source§

impl<'a> From<&'a Id<IriBuf, BlankIdBuf>> for IdRef<'a>

source§

fn from(t: &'a Id) -> Self

Converts to this type from the input type.