Function dioxus_class::build::write_file

source ·
pub fn write_file<P: AsRef<Path> + Clone>(
    path: P,
    content: &str
) -> Result<(), Box<dyn Error>>