Function use_try_consume

Source
pub fn use_try_consume<T>() -> Option<T>
where T: Clone + 'static,