Skip to main content

InsertFn

Type Alias InsertFn 

Source
type InsertFn = fn(PgPool, Box<dyn Any + Send>, String) -> Pin<Box<dyn Future<Output = Result<()>> + Send>>;