Trait rdf_types::MaybeBlankId
source · pub trait MaybeBlankId {
type BlankId;
}Expand description
Types that may represent a blank node identifier.
pub trait MaybeBlankId {
type BlankId;
}Types that may represent a blank node identifier.