pub type InvestmentTimer = GenericTimer<InvestmentContext>;Expand description
Investment context for timing a function call
Aliased Type§
pub struct InvestmentTimer {
start: Instant,
_context: PhantomData<InvestmentContext>,
}Fields§
§start: Instant§_context: PhantomData<InvestmentContext>