Trait slice_pool::Sliceable [] [src]

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

Interface for any object compatible with SlicePool.

Implementors