Type Alias QueryStringSimple

Source
pub type QueryStringSimple = WrappedQueryString<RootMarker, EmptyValue>;
Expand description

A type alias for the WrappedQueryString root.

Aliased Type§

struct QueryStringSimple { /* private fields */ }

Trait Implementations§

Source§

impl Default for QueryStringSimple

Source§

fn default() -> Self

Returns the “default value” for a type. Read more