pub trait RdfTypeIriWithContext<C> {
    // Required method
    fn is_xsd_string_with(&self, context: &C) -> bool;
}

Required Methods§

source

fn is_xsd_string_with(&self, context: &C) -> bool

Implementors§