pub type ConvertFunc<S, T> = Arc<dyn Fn(S) -> Pin<Box<dyn Future<Output = T> + Send>> + Send + Sync>;
pub struct ConvertFunc<S, T> { /* private fields */ }