[][src]Trait atat::AtatUrc

pub trait AtatUrc {
    type Response;
    pub 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

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

Parse the response into a Self::Response instance.

Loading content...

Implementors

Loading content...