pub fn create_rc_signal_from_rc<T>(value: Rc<T>) -> RcSignal<T>
Expand description

Create a new RcSignal with the specified initial value wrapped in a Rc.

For more details, check the documentation for RcSignal.