pub enum Trivial {}
Expand description
A type with trivial move constructor and no destructor, which can therefore be owned and moved around in Rust code without requiring indirection.
pub enum Trivial {}
A type with trivial move constructor and no destructor, which can therefore be owned and moved around in Rust code without requiring indirection.