pub trait BoundToRuntimeAppPublic {
    type Public: RuntimeAppPublic;
}
Expand description

Something that bound to a fixed RuntimeAppPublic.

Associated Types

The RuntimeAppPublic this type is bound to.

Implementations on Foreign Types

Implementors