Function concrete::write_to_file[][src]

pub fn write_to_file<P: AsRef<Path>, U: Serialize>(
    path: P,
    u: &U
) -> Result<(), Box<dyn Error>>