Re-exports§
pub use SpecId::*;
Modules§
- name
- String identifiers for hardforks.
Structs§
- String
- A UTF-8–encoded, growable string.
- Unknown
Hardfork - Error type for unknown hardfork names. Returned by
SpecId::from_str
.
Enums§
- SpecId
- Specification IDs and their activation block
Traits§
- ToString
- A trait for converting a value to a
String
. - TryFrom
Primitive
Derive Macros§
- TryFrom
Primitive - Implements
TryFrom<Primitive>
for a#[repr(Primitive)] enum
.