Trait frame_metadata::ModuleErrorMetadata[][src]

pub trait ModuleErrorMetadata {
    fn metadata() -> &'static [ErrorMetadata];
}
Expand description

All the metadata about errors in a module.

Required methods

Implementations on Foreign Types

Implementors