pub type OperationType = String;Expand description
A span’s operation type.
Tries to follow OpenCensus/OpenTracing’s span types. Examples are db.statement for database
queries or http for external HTTP calls.
Aliased Type§
pub struct OperationType { /* private fields */ }