Trait CastFromPrimitive

trait CastFromPrimitive<T>: Copy + 'static

Trait for casting between primitive types.

Required Methods

fn cast_from(v: T) -> Self

Casts the given value into Self.

Implementors