shacl_validation::constraints

Trait NativeDeref

Source
pub trait NativeDeref {
    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: SRDF + Debug + 'static> NativeDeref for CompiledComponent<S>

Source§

type Target = dyn NativeValidator<S>

Source§

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

Implementors§