Trait atat::AtatUrc[][src]

pub trait AtatUrc {
    type Response;
    fn parse(resp: &[u8]) -> Result<Self::Response, Error>;
}

Associated Types

type Response[src]

The type of the response. Usually the enum this trait is implemented on.

Loading content...

Required methods

fn parse(resp: &[u8]) -> Result<Self::Response, Error>[src]

Parse the response into a Self::Response instance.

Loading content...

Implementors

Loading content...