box_future_output

Function box_future_output 

Source
pub async fn box_future_output<'a, T>(
    fut: impl Future<Output = T> + Send + 'a,
) -> *const c_void