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

Required Methods

Implementors