pub trait NeonSample { }
Expand description

Dummy trait when not supported.

Implementors§

source§

impl<T> NeonSample for T
where T: Sample,

Dummy impl of trait when not supported.