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

Required Methods

Implementors