[][src]Trait apple_web_service_endpoint::Endpoint

pub trait Endpoint {
    type ParseResponseOutput;
    type RetryReason;
    fn render_request(&self) -> Result<Request<Body>>;
fn parse_response(
        &mut self,
        response: Response<Body>
    ) -> Result<EndpointParseResponseOutput<Self::ParseResponseOutput, Self::RetryReason>>; }

Associated Types

Loading content...

Required methods

fn render_request(&self) -> Result<Request<Body>>

fn parse_response(
    &mut self,
    response: Response<Body>
) -> Result<EndpointParseResponseOutput<Self::ParseResponseOutput, Self::RetryReason>>

Loading content...

Implementors

Loading content...