Skip to main content

HasCombines

Trait HasCombines 

Source
pub trait HasCombines {
    // Required method
    fn combines_mut(&mut self) -> &mut Combines;
}
Expand description

A statement other statements can be combined onto.

Required Methods§

Source

fn combines_mut(&mut self) -> &mut Combines

The set operations to modify.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§