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

Something that is bound to a fixed RuntimeAppPublic.

Required Associated Types§

type Public: RuntimeAppPublic

The RuntimeAppPublic this type is bound to.

Implementors§

§

impl<T> BoundToRuntimeAppPublic for T

§

type Public = T