[][src]Trait canonical::Ident

pub trait Ident: 'static + Default + AsRef<[u8]> + AsMut<[u8]> + Clone + Eq + Copy + Hash + Debug {
    type Builder: IdBuilder<Self>;
}

Restrictions on types acting as identifiers

Associated Types

type Builder: IdBuilder<Self>

Takes bytes to produce an identifier

Loading content...

Implementors

impl Ident for Id32[src]

type Builder = Id32Builder

Loading content...