referrerpolicy=no-referrer-when-downgrade
bp_runtime

Trait OperatingMode

Source
pub trait OperatingMode:
    Send
    + Copy
    + Debug
    + FullCodec {
    // Required method
    fn is_halted(&self) -> bool;
}
Expand description

Operating mode for a bridge module.

Required Methods§

Source

fn is_halted(&self) -> bool

Returns true if the bridge module is halted.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§