logo
pub fn valuable<T>(t: &T) -> Value<'_>where
    T: Valuable,
Expand description

Wraps a type implementing Valuable as a Value that can be recorded using its Valuable implementation.