Trait rd_util::json_file::JsonLoad[][src]

pub trait JsonLoad where
    Self: DeserializeOwned
{ fn loaded(&mut self, _prev: Option<&mut Self>) -> Result<()> { ... }
fn load<P: AsRef<Path>>(path: P) -> Result<Self> { ... } }

Provided methods

Implementors