pub fn var_from<T: VarValue, U: Into<T>>(source: U) -> ArcVar<T>
New ref counted read/write variable with initial value converted from source.
source