Attribute Macro main

Source
#[main]
Available on attributes only.
Expand description

Enables an async main function.

§Examples

#[async_std::main]
async fn main() -> std::io::Result<()> {
    Ok(())
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.