Struct warp::reply::WithHeader[][src]

pub struct WithHeader<T> { /* fields omitted */ }

Wraps an impl Reply and adds a header when rendering.

Returned by warp::reply::with_header.

Trait Implementations

impl<T: Debug> Debug for WithHeader<T>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for WithHeader<T> where
    T: Send

impl<T> Sync for WithHeader<T> where
    T: Sync