Module blockz::prelude[][src]

Blockz prelude - useful re-exports.

Re-exports

pub use crate::configuration::Configuration;
pub use crate::configuration::EasyConfiguration;
pub use crate::singleton::Singleton;

Attribute Macros

singleton_fn

Modify a method on a type that implements the Singleton trait.

Derive Macros

Configuration

Derive the Configuration trait.

Singleton

Derive the Singleton trait.