Module jlrs::traits::cast[][src]

Convert a Value to another type.

Traits

Cast

This trait is implemented by types that a Value can be converted into by calling Value::cast. This includes types like String, Array, and u8.