Struct shio::router::Parameters [] [src]

pub struct Parameters { /* fields omitted */ }

Methods

impl Parameters
[src]

[src]

[src]

Trait Implementations

impl Key for Parameters
[src]

The value type associated with this key type.

impl Index<usize> for Parameters
[src]

The returned type after indexing.

[src]

Get a parameter by index.

Panics

If there is no parameter at the given index.

impl<'b> Index<&'b str> for Parameters
[src]

The returned type after indexing.

[src]

Get a parameter by name.

Panics

If there is no parameter named by the given value.