var_from

Function var_from 

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

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