[][src]Module warmy::toml

TOML universal implementors.

This module provides you with universal implementation for any type that implements serde::Deserialize for encoded objects with toml.

Structs

Toml

The TOML universal method. Use this with Storage::get_by or Storage::get_proxied_by to benefit from the automatic implementors.

Enums

TomlError

Possible error that might occur while loading and reloading TOML formatted scarce resources.