Attribute Macro instrument

Source
#[instrument]
Expand description

Defines the async main function.

§Examples

#[span]
async fn main() -> std::io::Result<()> {
    Ok(())
}