Module async_once

Source
Expand description

Exposes the OnceCell crate for use in async code.

Structs§

Once
Wrapper presenting an async interface to a OnceCell.