pub type FuncBodyAsync<'a> = Pin<Box<dyn Future<Output = Result<String>> + Sync + Send + 'a>>;
Expand description
sync fn で、async fn に引数を引き渡して呼び出しその Future を返す関数型。
Aliased Type§
#[repr(transparent)]pub struct FuncBodyAsync<'a> { /* private fields */ }