pub trait PoolElement: Sealed { }
Expand description

Trait for element types that can be contained in PoolArray. This trait is sealed and has no public interface.

Implementations on Foreign Types§

source§

impl PoolElement for u8

source§

impl PoolElement for i32

source§

impl PoolElement for f32

Implementors§