pub trait Sliceable<T>: AsMut<[T]> + AsRef<[T]> { }
Expand description

Interface for any slice compatible with a non thread-safe SlicePool.

Implementors§

Implements the trait for vectors and similar types.