var_from

Function var_from 

Source
pub fn var_from<T: VarValue>(initial_value: impl Into<T>) -> Var<T>
Expand description

New read/write shared reference variable from any type that can convert into it.