Trait torn_api::ApiCategoryResponse 
source · pub trait ApiCategoryResponse: Send + Sync {
    type Selection: ApiSelection;
    // Required method
    fn from_response(response: ApiResponse) -> Self;
}pub trait ApiCategoryResponse: Send + Sync {
    type Selection: ApiSelection;
    // Required method
    fn from_response(response: ApiResponse) -> Self;
}