pub struct TimingToken { /* fields omitted */ }A timing token is responsible for timing the currently running pass. Timing starts when it
is created and ends when it is dropped.
Multiple passes can be active at the same time, but they must be started and stopped in a
LIFO fashion.
Dropping a timing token indicated the end of the pass.
Executes the destructor for this type. Read more
🔬 This is a nightly-only experimental API. (try_from)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from)
🔬 This is a nightly-only experimental API. (try_from)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from)
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
🔬 This is a nightly-only experimental API. (get_type_id)
this method will likely be replaced by an associated static