Skip to main content

Chunks

Trait Chunks 

Source
pub trait Chunks<T>: Query<ChunkId, T>
where T: Chunk,
{ }

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<'a> Chunks<Chunk<'a>> for Chunks<'a>