Skip to main content

BoundToRuntimeAppPublic

Trait BoundToRuntimeAppPublic 

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

Something that is bound to a fixed RuntimeAppPublic.

Required Associated Types§

Source

type Public: RuntimeAppPublic

The RuntimeAppPublic this type is bound to.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§