pub trait RevTranslate<T> {
    fn rev_translate(&self, cut: &Cut) -> T;
}

Required Methods§

Implementations on Foreign Types§

Implementors§