Namespaced

Trait Namespaced 

Source
pub trait Namespaced<N> {
    // Required method
    fn wdm_namespace_id(&self) -> &N;
}
Expand description

A namespaced value is one with an associated namespace id (of type N).

Required Methods§

Source

fn wdm_namespace_id(&self) -> &N

Returns the namespace id of self.

Implementors§

Source§

impl<const MCL: usize, const MCC: usize, const MPL: usize, N, S, PD> Namespaced<N> for Entry<MCL, MCC, MPL, N, S, PD>

Source§

impl<const MCL: usize, const MCC: usize, const MPL: usize, N, S, PD, AT> Namespaced<N> for AuthorisedEntry<MCL, MCC, MPL, N, S, PD, AT>

Source§

impl<const MCL: usize, const MCC: usize, const MPL: usize, N, S, PD, AT> Namespaced<N> for PossiblyAuthorisedEntry<MCL, MCC, MPL, N, S, PD, AT>