pub trait Detach: Sized {
// Provided method
fn detach(self) { ... }
}Available on crate feature
future only.Expand description
Detaches the task related to the join handle to let it keep running in the background.
Provided Methods§
Object Safety§
This trait is not object safe.