[][src]Trait canonicalize::Canonicalize

pub trait Canonicalize: Sized {
    fn canon<E>(self) -> Result<Self, E>;
}

Canonicalizes values

Required methods

fn canon<E>(self) -> Result<Self, E>

Performs the canonicalizing

Loading content...

Implementors

Loading content...