Trait Spawn

Source
pub trait Spawn { }
Expand description

Implemented by different types that can be spawned and snapshotted.

Implementations on Foreign Types§

Source§

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

Source§

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

Source§

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

Implementors§