Trait mangadex_api_schema::FromResponse
source · [−]pub trait FromResponse: Sized {
type Response;
fn from_response(res: Self::Response) -> Self;
}
pub trait FromResponse: Sized {
type Response;
fn from_response(res: Self::Response) -> Self;
}