pub trait IBufferedGizmo_SegmentMethods: IBufferedGizmo_Segment {
// Provided method
fn ctor(
self,
a: impl Into<Vector3>,
b: impl Into<Vector3>,
color: impl Into<Color>,
) { ... }
}Provided Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
impl<__T: IBufferedGizmo_Segment> IBufferedGizmo_SegmentMethods for __T
Available on crate feature
combat-bufferedgizmo only.