Module lazy

Module lazy 

Source
Available on crate feature regex-automata only.
Expand description

A lazily initialized value for safe sharing between threads.

The principal type in this module is Lazy, which makes it easy to construct values that are shared safely across multiple threads simultaneously.

Structs§

Lazy
A lazily initialized value that implements Deref for T.