mm1_proto_system

Trait System

Source
pub trait System:
    Copy
    + Send
    + 'static {
    type Runnable: Runnable<System = Self>;
}

Required Associated Types§

Source

type Runnable: Runnable<System = Self>

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§