pub type Vec3EditorBuilder<T> = VecEditorBuilder<T, 3>;
pub struct Vec3EditorBuilder<T> { /* private fields */ }