shacl_validation::constraints

Trait SparqlDeref

Source
pub trait SparqlDeref {
    type Target: ?Sized;

    // Required method
    fn deref(&self) -> &Self::Target;
}

Required Associated Types§

Required Methods§

Source

fn deref(&self) -> &Self::Target

Implementations on Foreign Types§

Source§

impl<S: QuerySRDF + Debug + 'static> SparqlDeref for CompiledComponent<S>

Source§

type Target = dyn SparqlValidator<S>

Source§

fn deref(&self) -> &Self::Target

Implementors§