Trait snapbox::Normalize

source ·
pub trait Normalize {
    fn normalize(&self, data: Data) -> Data;
}

Required Methods

Implementors