BuilderCache

Type Alias BuilderCache 

Source
pub type BuilderCache = LazyLock<Result<CmdBuilder, BuilderError>>;
Expand description

Use this to cache computation such as parsing JSON node-definition.

Aliased Typeยง

pub struct BuilderCache { /* private fields */ }