Trait aws_smithy_observability::attributes::Scope
source · pub trait Scope {
// Required method
fn end(&self);
}
Expand description
Delineates a logical scope that has some beginning and end (e.g. a function or block of code).