Trait json_ld_core::rdf::Display
source · [−]pub trait Display {
fn fmt(&self, f: &mut Formatter<'_>) -> Result;
fn rdf_display(&self) -> Displayed<'_, Self> { ... }
}
Expand description
RDF display.
pub trait Display {
fn fmt(&self, f: &mut Formatter<'_>) -> Result;
fn rdf_display(&self) -> Displayed<'_, Self> { ... }
}
RDF display.