Trait gear_common::event::RuntimeReason

source ·
pub trait RuntimeReason: Sized {
    // Provided method
    fn into_reason<S: SystemReason>(self) -> Reason<Self, S> { ... }
}
Expand description

Behavior of types, which represent runtime reasons for some chain actions.

Provided Methods§

source

fn into_reason<S: SystemReason>(self) -> Reason<Self, S>

Converter into composite reason type: not only runtime, but system also.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl RuntimeReason for ()

Implementors§