pub fn into<F: Into<T>, T>(f: F) -> T
Converts a value of type F into type T.
F
T
#[derive(Valust)] struct Stringify { #[trans(func(&'static str => into))] num: String, }