Type Definition goose::goose::TransactionFunction

source ·
pub type TransactionFunction = Arc<dyn for<'r> Fn(&'r mut GooseUser) -> Pin<Box<dyn Future<Output = TransactionResult> + Send + 'r>> + Send + Sync>;
Expand description

The function type of a goose transaction function.