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