reth_cli_commands

Macro compact_types

Source
macro_rules! compact_types {
    (regular: [$($regular_ty:ident),*], identifier: [$($id_ty:ident),*]) => { ... };
}
Available on crate feature arbitrary only.