Struct asciii::CONFIG []

pub struct CONFIG { /* fields omitted */ }

Static ConfigReader to be able to access the configuration from everywhere.

Methods from __Deref<Target = ConfigReader>

[src]

Returns whatever it finds in that position

Supports simple path syntax: top/middle/child/node

[src]

Returns the first character.

Panics

This panics if nothing is found. You should have a default config for everything that you use.

[src]

Returns the string in the position or an empty string

[src]

Returns the string in the position or an empty string

[src]

Returns the string in the position or an empty string

[src]

Returns the a vec of &strs if possible

[src]

Returns the string in the position or an empty string

Panics

This panics if nothing is found. You should have a default config for everything that you use.

[src]

Tries to get the config field as float

[src]

Returns the boolean in the position or false

Panics

This panics if nothing is found. You should have a default config for everything that you use.

Trait Implementations

impl __Deref for CONFIG

The resulting type after dereferencing.

Dereferences the value.

impl LazyStatic for CONFIG