pub trait IsRequest {
type Response;
const PROTOCOL: Protocol;
}
Expand description
Common properties of any Request
.
Required Associated Types§
Required Associated Constants§
Object Safety§
This trait is not object safe.
pub trait IsRequest {
type Response;
const PROTOCOL: Protocol;
}
Common properties of any Request
.