Function adapton::reflect::reflect_val [] [src]

pub fn reflect_val<V: Debug>(v: &V) -> Val

Wrapper for parse_val::parse_val. Transforms most Rust data that derives Debug into a reflected Val.