pub trait IntoReactiveString { // Required method fn into_reactive_string(self) -> ReactiveValue<String>; }