pub trait ForceSendExt {
// Provided method
fn force_send(self) -> ForceSend<Self> ⓘ
where Self: Sized { ... }
}pub trait ForceSendExt {
// Provided method
fn force_send(self) -> ForceSend<Self> ⓘ
where Self: Sized { ... }
}