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

pub struct Tail { /* fields omitted */ }

Represents that tail part of a request path, returned by the tail() filter.

Methods

impl Tail
[src]

Get the &str representation of the remaining path.

Trait Implementations

impl Debug for Tail
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Tail

impl Sync for Tail