Trait CheckIfReadmeExists

Source
pub trait CheckIfReadmeExists {
    // Required method
    fn check_readme_exists(&self) -> Result<(), CrateError>;
}

Required Methods§

Implementors§