[][src]Trait frame_support::dispatch::ModuleErrorMetadata

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

Notable traits for &'_ mut [u8]

impl<'_> Write for &'_ mut [u8]impl<'_> Read for &'_ [u8]
; }

All the metadata about errors in a module.

Required methods

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

Notable traits for &'_ mut [u8]

impl<'_> Write for &'_ mut [u8]impl<'_> Read for &'_ [u8]

Loading content...

Implementations on Foreign Types

impl ModuleErrorMetadata for &'static str[src]

Loading content...

Implementors

Loading content...