Skip to main content

Spawn

Trait Spawn 

Source
pub trait Spawn { }
Expand description

Implemented by different types that can be spawned and snapshotted.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl<'a, T: AsRef<OsStr>> Spawn for &'a [T]

Source§

impl<T: AsRef<OsStr>, const N: usize> Spawn for [T; N]

Source§

impl<T: AsRef<OsStr>> Spawn for Vec<T>

Implementors§