Skip to main content

BoundToRuntimeAppPublic

Trait BoundToRuntimeAppPublic 

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

Something that 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§

Source§

impl BoundToRuntimeAppPublic for tet_application_crypto::ed25519::app::Public

Source§

impl BoundToRuntimeAppPublic for tet_application_crypto::sr25519::app::Public

Source§

impl BoundToRuntimeAppPublic for tet_application_crypto::ecdsa::app::Public

Source§

impl BoundToRuntimeAppPublic for UintAuthorityId