pub trait FromResponsewhere
Self: Sized,{
// Required method
fn from_response(response: Response) -> Option<Self>;
}
Required Methods§
fn from_response(response: Response) -> Option<Self>
Object Safety§
This trait is not object safe.
pub trait FromResponsewhere
Self: Sized,{
// Required method
fn from_response(response: Response) -> Option<Self>;
}