Crate stak_module

Source
Expand description

Modules in Stak Scheme.

Structs§

HotReloadGuard
A read guard against a hot-reloaded module.
HotReloadModule
A hot-reloaded module.
StaticGuard
A read guard against a static module.
StaticModule
A static module.

Enums§

UniversalGuard
A read guard against a universal module.
UniversalModule
A universal module.

Traits§

Guard
A read guard against a module.
Module
A module.