Skip to main content

PlatformApplication

Trait PlatformApplication 

Source
pub trait PlatformApplication<C = DefaultCoreRPC> {
    // Required method
    fn platform(&self) -> &Platform<C>;
}
Expand description

Platform-based ABCI application

Required Methods§

Source

fn platform(&self) -> &Platform<C>

Returns Platform

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§