Trait rdf_types::literal::RdfDisplayTypeWithContext
source · pub trait RdfDisplayTypeWithContext<C> {
// Required methods
fn omit_with(&self, context: &C) -> bool;
fn rdf_fmt_type_separator_with(
&self,
context: &C,
f: &mut Formatter<'_>
) -> Result;
}