Searched defs:ToValue (Results 1 – 3 of 3) sorted by relevance
18 pub trait ToValue { trait23 impl<'a, T> ToValue for &'a T impl158 pub fn from_any<T>(value: &'v T) -> Self in from_any()500 impl ToValue for () { implementation521 impl ToValue for $into_ty { impl
800 #### Object safety804 #### Implementors
1617 kvs: Option<&[(&str, &dyn kv::ToValue)]>, in __private_api_log()