Skip to main content

Process

Trait Process 

Source
pub trait Process:
    Updateable
    + Disposable
    + Pauseable { }
Expand description

The Process represents the smallest atom of the framework.

Many managers will implement this interface.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§