Searched defs:ToOption (Results 1 – 1 of 1) sorted by relevance
19 pub trait ToOption { trait34 impl<T> ToOption for &OptionalWrapper<T> { impl