pub trait NamespaceExt: ResourceBuilder {
    fn new(name: impl ToString) -> Self;
}

Required Methods

Implementors