Skip to main content

select_item

Function select_item 

Source
pub fn select_item<T>(items: Vec<T>) -> Option<T>
where T: Debug + Clone,