pub trait NamespaceResolver:
Send
+ Sync
+ 'static {
// Required method
fn resolve(&self, path: &Path) -> NamespaceName;
}Expand description
Translates a path to a namespace name
pub trait NamespaceResolver:
Send
+ Sync
+ 'static {
// Required method
fn resolve(&self, path: &Path) -> NamespaceName;
}Translates a path to a namespace name