Type Definition settingsfile::SettingsRaw

source ·
pub type SettingsRaw = HashMap<String, Type>;
Expand description

A convience type that is used to shorten the required return type for the Format trait implemnetations.

This does not need to be used by the users of this library, though makes code a little shorter.