Trait brotli::enc::interface::Nop [] [src]

pub trait Nop<T> {
    fn nop() -> T;
}

Required Methods

Implementors