Enum atpp::atpp::AtppError [] [src]

pub enum AtppError<'a> {
    BROKE_DATA(&'a str),
    NOT_ENOUGH_DATA,
}

Variants