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§

source

fn with_reflect(&mut self)

source

fn reflect_mut(&mut self) -> &mut Reflect

source

fn reflect(&self) -> &Reflect

source

fn extract<M: Extract>(&self) -> M

Object Safety§

This trait is not object safe.

Implementors§