pub type ConditionWaiter = Pin<Box<EventListener>>;
pub struct ConditionWaiter { /* private fields */ }