Function tokio_util::sync::reusable_box::reuse_pin_box
source ยท fn reuse_pin_box<T: ?Sized, U, O, F>(
boxed: Pin<Box<T>>,
new_value: U,
callback: F,
) -> Result<O, U>
fn reuse_pin_box<T: ?Sized, U, O, F>(
boxed: Pin<Box<T>>,
new_value: U,
callback: F,
) -> Result<O, U>