shacl_
validation
0.1.52
Native
Deref
Required Associated Types
Target
Required Methods
deref
Implementations on Foreign Types
CompiledComponent<S>
Implementors
In shacl_
validation::
constraints
shacl_validation
::
constraints
Trait
NativeDeref
Copy item path
Source
pub trait NativeDeref { 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:
SRDF
+
Debug
+ 'static>
NativeDeref
for
CompiledComponent
<S>
Source
§
type
Target
= dyn
NativeValidator
<S>
Source
§
fn
deref
(&self) -> &Self::
Target
Implementors
§