pub trait PlatformApplication<C = DefaultCoreRPC> {
// Required method
fn platform(&self) -> &Platform<C>;
}Expand description
Platform-based ABCI application
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".