[−][src]Attribute Macro async_log_attributes::instrument
#[instrument]
Defines the async main function.
Examples
ⓘThis example is not tested
#[span] async fn main() -> std::io::Result<()> { Ok(()) }
#[instrument]
Defines the async main function.
#[span] async fn main() -> std::io::Result<()> { Ok(()) }