Trait AutoCast

Source
pub trait AutoCast:
    ToInteger
    + ToFloat
    + ToArray
    + ToMap
    + ToBoolean
    + ToStr
    + ToPair
    + ToFunction { }
Expand description

castable trait

Implementors§