PingLock

Type Alias PingLock 

Source
type PingLock<N> = Arc<Mutex<Option<Result<N>>>>;

Aliased Typeยง

struct PingLock<N> { /* private fields */ }