Struct warp::filters::log::Info[][src]

pub struct Info<'a> { /* fields omitted */ }

Information about the request/response that can be used to prepare log lines.

Auto Trait Implementations

impl<'a> Send for Info<'a>

impl<'a> Sync for Info<'a>