Trait spacegate_kernel::extractor::Extract
source · pub trait Extract: Sized + Send + Sync {
// Required method
fn extract(req: &Request<SgBody>) -> Self;
}Expand description
a marker is some information that can be attached to a request and can be extracted from a request.
Required Methods§
Object Safety§
This trait is not object safe.