Trait frame_metadata::ModuleErrorMetadata[][src]

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

All the metadata about errors in a module.

Required methods

fn metadata() -> &'static [ErrorMetadata][src]

Loading content...

Implementations on Foreign Types

impl ModuleErrorMetadata for &'static str[src]

Loading content...

Implementors

Loading content...