Trait static_init::Phased
source · pub trait Phased {
// Required method
fn phase(this: &Self) -> Phase;
}
Expand description
Trait for objects that know in which phase they are.
Required Methods§
Object Safety§
This trait is not object safe.