[][src]Trait lxi::LxiHook

pub trait LxiHook {
    type Output;
    fn read(stream: &mut BufReader<TcpStream>) -> Result<Self::Output>;
}

Hook for LXI response parsing

Associated Types

type Output

Loading content...

Required methods

fn read(stream: &mut BufReader<TcpStream>) -> Result<Self::Output>

Loading content...

Implementors

impl LxiHook for LxiTextHook[src]

type Output = Vec<u8>

Loading content...