Trait torn_api::ApiSelectionResponse
source · pub trait ApiSelectionResponse:
Send
+ Sync
+ From<ApiResponse>
+ 'static {
// Required method
fn into_inner(self) -> ApiResponse;
}
Required Methods§
fn into_inner(self) -> ApiResponse
Object Safety§
This trait is not object safe.