Struct actix_web_lab::extract::LazyData
source · [−]pub struct LazyData<T> { /* private fields */ }
Expand description
A lazy extractor for thread-local data.
Implementations
Trait Implementations
Create a Self from request parts asynchronously.
Create a Self from request head asynchronously. Read more
Auto Trait Implementations
impl<T> !RefUnwindSafe for LazyData<T>
impl<T> !UnwindSafe for LazyData<T>
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more