Trait fabric_support::traits::Instance[][src]

pub trait Instance: 'static {
    const PREFIX: &'static str;
}

An instance of a noble in the storage.

It is required that these instances are unique, to support multiple instances per noble in the same runtime!

E.g. for module MyModule default instance will have prefix “MyModule” and other instances “InstanceNMyModule”.

Associated Constants

const PREFIX: &'static str[src]

Unique module prefix. E.g. “InstanceNMyModule” or “MyModule”

Loading content...

Implementors

Loading content...