pub trait CustomHash { // Required method fn hash(&self) -> String; }
Custom trait used for filename hashing