Trait spacegate_kernel::SgRequestExt
source · pub trait SgRequestExt {
// Required methods
fn with_reflect(&mut self);
fn reflect_mut(&mut self) -> &mut Reflect;
fn reflect(&self) -> &Reflect;
fn extract<M: Extract>(&self) -> M;
}Expand description
Provides extension methods for Request.
Required Methods§
fn with_reflect(&mut self)
fn reflect_mut(&mut self) -> &mut Reflect
fn reflect(&self) -> &Reflect
fn extract<M: Extract>(&self) -> M
Object Safety§
This trait is not object safe.