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§
sourcefn into_reason<S: SystemReason>(self) -> Reason<Self, S>
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.