Trait sp_runtime::BoundToRuntimeAppPublic
source · [−]pub trait BoundToRuntimeAppPublic {
type Public: RuntimeAppPublic;
}
Expand description
Something that bound to a fixed RuntimeAppPublic
.
Associated Types
type Public: RuntimeAppPublic
type Public: RuntimeAppPublic
The RuntimeAppPublic
this type is bound to.