[][src]Trait malaga_http_utils::HttpObj

pub trait HttpObj {
    fn serialize_to_struct(http_bin: &[u8]) -> Self;
fn serialize_to_binary(http_obj: Self) -> Vec<u8>; }

trait to serialize http objects to binary or struct

Required methods

fn serialize_to_struct(http_bin: &[u8]) -> Self

fn serialize_to_binary(http_obj: Self) -> Vec<u8>

Loading content...

Implementors

Loading content...