Home
last modified time | relevance | path

Searched refs:IntoDynTaskType (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/ffi/
Dtask.rs95 pub(crate) trait IntoDynTaskType { interface
237 F::Output: IntoDynTaskType + Send + Sync + 'static, in boxed()
344 impl<T> IntoDynTaskType for T
353 impl<T> IntoDynTaskType for crate::Result<T>
355 T: IntoDynTaskType + Send + Sync + 'static,
365 impl<T> IntoDynTaskType for Option<T>
367 T: IntoDynTaskType + Send + Sync + 'static,