Trait veloren_common_net::msg::compression::VoxelImageDecoding
source · pub trait VoxelImageDecoding: VoxelImageEncoding {
// Required methods
fn start(ws: &Self::Output) -> Option<Self::Workspace>;
fn get_block(ws: &Self::Workspace, x: u32, y: u32, is_border: bool) -> Block;
}
Required Methods§
fn start(ws: &Self::Output) -> Option<Self::Workspace>
fn get_block(ws: &Self::Workspace, x: u32, y: u32, is_border: bool) -> Block
Object Safety§
This trait is not object safe.