Module rings_node::util::loader

source ·
Expand description

A module to help user load config from local file or remote url.

Traits

Load config from local file or remote url. To use this trait, derive DeserializeOwned then implement this trait.