Skip to main content

SideChannel

Type Alias SideChannel 

Source
pub type SideChannel<T> = Arc<Mutex<Option<T>>>;
Expand description

A useful type definition for external functions that need to pass data to outside code, such as Panic.

Aliased Typeยง

pub struct SideChannel<T> { /* private fields */ }