[][src]Function abstutil::io_native::maybe_write_json

fn maybe_write_json<T: Serialize>(
    path: &str,
    obj: &T
) -> Result<(), Box<dyn Error>>