pub trait ParamsHook {
    fn get<'a>(&'a self) -> Result<Reader<'a>>;
}

Required Methods

Implementors