pub trait InterpretationMut<V>: Interpretation {
// Required method
fn new_resource(&mut self, vocabulary: &mut V) -> Self::Resource;
}
Expand description
Mutable RDF resource interpretation.
Required Methods§
Sourcefn new_resource(&mut self, vocabulary: &mut V) -> Self::Resource
fn new_resource(&mut self, vocabulary: &mut V) -> Self::Resource
Creates a new resource.