pub trait MeetDifficulty { // Required method fn meet_difficulty(&self, difficulty: &Difficulty) -> bool; }