shacl_
validation
0.1.52
Sparql
Deref
Required Associated Types
Target
Required Methods
deref
Implementations on Foreign Types
CompiledComponent<S>
Implementors
In shacl_
validation::
constraints
shacl_validation
::
constraints
Trait
SparqlDeref
Copy item path
Source
pub trait SparqlDeref { type
Target
: ?
Sized
; // Required method fn
deref
(&self) -> &Self::
Target
; }
Required Associated Types
§
Source
type
Target
: ?
Sized
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
§