Trait slice_pool::Sliceable
[−]
[src]
pub trait Sliceable<T>: Send + AsMut<[T]> + AsRef<[T]> { }
Interface for any object compatible with SlicePool.