Trait veloren_common::vol::RectVolSize
source · pub trait RectVolSize: Clone {
const RECT_SIZE: Vec2<u32>;
}
Required Associated Constants§
Object Safety§
This trait is not object safe.
pub trait RectVolSize: Clone {
const RECT_SIZE: Vec2<u32>;
}