Trait canteen::response::ToOutput [] [src]

pub trait ToOutput {
    fn to_output(&self) -> &[u8];
}

A trait that converts data from the handler function to a u8 slice.

Required Methods

Implementors