1 2 3 4 5 6
pub mod preemptive; // pub mod sequential; pub(super) trait BorrowPinMut<'a, T: ?Sized> { fn borrow_pin_mut(&mut self) -> &mut core::pin::Pin<&'a mut T>; }