pub trait ParamRef<T> {
    fn param_ref(&self) -> &T;
}

Required Methods

Implementors