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