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

Implementations on Foreign Types§

source§

impl<'a, C, T: RdfTypeIriWithContext<C>> RdfTypeIriWithContext<C> for &'a T

source§

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

source§

impl<C> RdfTypeIriWithContext<C> for Iri

source§

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

source§

impl<C> RdfTypeIriWithContext<C> for IriBuf

source§

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

Implementors§