pub enum AvailableSeeds { } impl AvailableSeeds { pub fn to_list() -> Vec<&'static str> { vec!() } }