Function leptonic_theme::generate
source · pub fn generate(path: impl AsRef<Path>) -> Result<()>Expand description
Path must point to a folder which can be deleted and recreated freely!
§Errors
Will return Err if path can not be deleted or created or if
files cannot be successfully copied or written.