pub trait Param<T> {
    fn param(&self) -> T;
}

Required Methods

Implementors