Trait av_metrics_decoders::CastFromPrimitive[]

pub trait CastFromPrimitive<T>: 'static + Copy {
    fn cast_from(v: T) -> Self;
}
Expand description

Trait for casting between primitive types.

Required methods

Casts the given value into Self.

Implementations on Foreign Types

Implementors