Skip to main content

ConvertFunc

Type Alias ConvertFunc 

Source
pub type ConvertFunc<S, T> = Arc<dyn Fn(S) -> Pin<Box<dyn Future<Output = T> + Send>> + Send + Sync>;

Aliased Typeยง

pub struct ConvertFunc<S, T> { /* private fields */ }