Struct anidb::ServerReply [] [src]

pub struct ServerReply<'a> {
    pub code: usize,
    pub data: &'a str,
}

Fields