Struct chilli::routing::RequestSlashError [] [src]

pub struct RequestSlashError;

Request Slash error. This is for example the case if you request /foo although the correct URL is /foo/.

Trait Implementations

impl Debug for RequestSlashError
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations