Expand description
Code generation for #[derive(OrpcError)].
Registers error enum variants with rorpc via inventory::submit! so
generate_contract() can emit TypeScript .errors({...}) entries.
Functionsยง
- expand_
orpc_ errors - Generate the
#[derive(OrpcError)]expansion.