macro_rules! async_loop_until_success { ($expr:expr) => { ... }; }
let res = async_loop_until_success!(self.clone().doing_something());