ux-dx 0.2.1

3D Graphics Primitives for Angular Rust
Documentation
1
2
3
4
5
6
//
// Any object that can be disposed to free its resources and clean things up properly.
//
pub trait Disposable {
    fn dispose(&self);
}