Response

Type Alias Response 

Source
pub type Response = Response<{ response::SIZE }>;

Aliased Type§

pub enum Response {
    Data(Vec<u8, 7609>),
    Status(Status),
}

Variants§

§

Data(Vec<u8, 7609>)

§

Status(Status)