macro_rules! from {
($t:ty) => { ... };
}Expand description
Build a ConvertSourceDecl for an
input conversion via core::convert: .input(from!(i32)) requires
i32: Into<T>. Chain with to
use a binding-local callable instead of the trait.