Trait casper_node::utils::Loadable [−][src]
A value that can be loaded from a file.
Associated Types
Loading content...Required methods
fn from_path<P: AsRef<Path>>(path: P) -> Result<Self, Self::Error>
[src]
Loads a value from the given input path.