Trait TthreshElement

Source
pub trait TthreshElement: Copy + Element { }
Expand description

Array element types which can be compressed with tthresh.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl TthreshElement for f32

Source§

impl TthreshElement for f64

Source§

impl TthreshElement for i32

Source§

impl TthreshElement for u8

Source§

impl TthreshElement for u16

Implementors§