FragmentSelect

Trait 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.

Implementations on Foreign Types§

Source§

impl FragmentSelect for usize

Source§

impl<'v, Q> FragmentSelect for &'v Q
where Q: ?Sized + Hash + Eq, Arc<str>: Borrow<Q>,

Implementors§