Trait torn_api::ApiCategoryResponse
source · pub trait ApiCategoryResponse: Send + Sync {
type Selection: ApiSelection;
// Required method
fn from_response(response: ApiResponse) -> Self;
}
Required Associated Types§
type Selection: ApiSelection
Required Methods§
fn from_response(response: ApiResponse) -> Self
Object Safety§
This trait is not object safe.