//! Command registration via inventory.
/// Registration for type generation (separate from handler registration).
#[derive(Debug)]pubstructCommandRegistration{pubcommand_id:&'staticstr,
pubresult_type:&'staticstr,
pubresult_type_crate:&'staticstr,
pubcrate_name:&'staticstr,
}inventory::collect!(CommandRegistration);