Skip to main content

ArrayFetch

Trait ArrayFetch 

Source
pub(crate) trait ArrayFetch<T> {
    // Required method
    fn fetch(&self, x: i32, y: i32, z: i32) -> T;
}

Required Methods§

Source

fn fetch(&self, x: i32, y: i32, z: i32) -> T

Implementors§