Struct libpasta::config::DEFAULT_PRIM []

pub struct DEFAULT_PRIM { /* fields omitted */ }

Globally-set default Primitive. Guaranteed to be a static reference to some PrimitiveImpl. Note that accessing this variable finalises the configuration state and further changes cannot be made.

Trait Implementations

impl __Deref for DEFAULT_PRIM

The resulting type after dereferencing

The method called to dereference a value

impl LazyStatic for DEFAULT_PRIM