[−][src]Function db::utils::write_json_file
pub fn write_json_file<'a, T: Serialize>(
path: &'a str,
object: &T
) -> Result<()>
Serializes and writes structure to JSON
pub fn write_json_file<'a, T: Serialize>(
path: &'a str,
object: &T
) -> Result<()>
Serializes and writes structure to JSON