Trait under::FragmentSelect
source · pub trait FragmentSelect: FragmentSelectSealed { }Expand description
A trait used to implement path fragment retrieval.
This is defined as opposed to implementing std::ops::Index as
std::ops::Index would not be able to output an optional value.