macro_rules! implicit_from {
    ($command_ty: ident, $name: ident, $spec_ty: ident) => { ... };
}