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
type Target = Primitive
The resulting type after dereferencing
fn deref(&self) -> &Primitive
The method called to dereference a value