mutex

Function mutex 

Source
pub fn mutex() -> &'static Mutex<()>
Expand description

A function returning a Mutex used for serializing tests.