pub trait IntoReactiveBool { // Required method fn into_reactive_bool(self) -> ReactiveValue<bool>; }