Function unlock::drain

source ·
pub fn drain() -> Vec<Event>
Expand description

Drain the current capture of events.

This is the fake version and will always return an empty vector. To enable the real version, set the trace feature.