Skip to main content

IoState

Trait IoState 

Source
pub trait IoState: Sealed { }
Expand description

A lifecycle state marker for an IoContext. Sealed: the set of states is closed to this crate.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§