Trait redc::Field[][src]

pub trait Field<T: Redc> {
    fn redc(&self, value: T::SourceType) -> T;
}

Required methods

Implementors