Type Definition gotham::router::tree::Path [] [src]

type Path<'a> = Vec<&'a Node>;

A depth ordered Vec of Node instances that create a routable path through the Tree for the matched Request path.