IntransitiveActivity

Trait IntransitiveActivity 

Source
pub trait IntransitiveActivity: Activity { }
Expand description

Instances of IntransitiveActivity are a subtype of Activity representing intransitive actions.

The object property is therefore inappropriate for these activities.

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§