Trait rdf_types::IntoBlankId
source · pub trait IntoBlankId: MaybeBlankId {
// Required method
fn into_blank(self) -> Option<Self::BlankId>;
}Expand description
Types that can be turned into a blank node identifier.
Required Methods§
sourcefn into_blank(self) -> Option<Self::BlankId>
fn into_blank(self) -> Option<Self::BlankId>
Converts the value into a blank node identifier, if any.