[][src]Trait sp_runtime::BoundToRuntimeAppPublic

pub trait BoundToRuntimeAppPublic {
    type Public: RuntimeAppPublic;
}

Something that bound to a fixed RuntimeAppPublic.

Associated Types

type Public: RuntimeAppPublic[src]

The RuntimeAppPublic this type is bound to.

Loading content...

Implementations on Foreign Types

impl BoundToRuntimeAppPublic for Public[src]

type Public = Public

impl BoundToRuntimeAppPublic for Public[src]

type Public = Public

impl BoundToRuntimeAppPublic for Public[src]

type Public = Public

Loading content...

Implementors

impl BoundToRuntimeAppPublic for UintAuthorityId[src]

type Public = Self

Loading content...