Struct warp::filters::path::FullPath[][src]

pub struct FullPath(_);

Represents the full request path, returned by the full() filter.

Methods

impl FullPath
[src]

Get the &str representation of the request path.

Trait Implementations

impl Debug for FullPath
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FullPath

impl Sync for FullPath