pub trait ViturRequest:
Serialize
+ for<'de> Deserialize<'de>
+ Sized
+ Send {
type Response: ViturResponse;
const SCOPE: &'static str;
const ENDPOINT: &'static str;
}Required Associated Constants§
Required Associated Types§
type Response: ViturResponse
Object Safety§
This trait is not object safe.