[][src]Type Definition grout::route::Path

type Path<'a> = Vec<PathSegment<'a>>;

A route path is just a vec of PathSegments.

Use the path! macro to generate this more easily.