pub trait Transform<'a, T> {
    fn transform(&'a self) -> T;
}

Required Methods§

Implementations on Foreign Types§

Implementors§