pub trait AsyncFnMut<Args>: AsyncFnOnce<Args> {
// Required method
fn call_mut(&mut self, args: Args) -> Self::Future;
}
pub trait AsyncFnMut<Args>: AsyncFnOnce<Args> {
// Required method
fn call_mut(&mut self, args: Args) -> Self::Future;
}