pub trait Namespace {
type Id;
}Expand description
Node identifier namespace.
Required Associated Types§
Implementors§
source§impl<V: Vocabulary> Namespace for V
impl<V: Vocabulary> Namespace for V
Any vocabulary is also a namespace.
pub trait Namespace {
type Id;
}Node identifier namespace.
Any vocabulary is also a namespace.