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