Trait AsyncFuncMut
pub trait AsyncFuncMut<Args: Tuple>: AsyncFuncOnce<Args> {
// Required method
fn async_call_mut(&mut self, args: Args) -> Self::Future;
}Available on crate feature
func only.pub trait AsyncFuncMut<Args: Tuple>: AsyncFuncOnce<Args> {
// Required method
fn async_call_mut(&mut self, args: Args) -> Self::Future;
}func only.