Consider the following code:
struct Base{ value: u32 } impl Base{ async fn create_test_async(&self, some_string: &str) -> Option