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.
pub trait Phased {
// Required method
fn phase(this: &Self) -> Phase;
}
Trait for objects that know in which phase they are.