index
:
might_be_async.git
childhood
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
usage
/
func_async_expand.rs
blob: ac52411883106b2ff922785c5aa87755c13900a5 (
plain
) (
blame
)
1
2
3
pub
async
fn
greet
(
name
:
&
str
)
->
String
{
"Hello, {name}!"
.
to_string
()
}