pub trait NamespacedRef<K> {
// Required method
fn within(&self, namespace: impl Into<Option<String>>) -> impl ObjectRef<K>;
}
Available on crate features
unstable-client
and client
only.Expand description
Reference resolver for a specified namespace
Required Methods§
Object Safety§
This trait is not object safe.