pub trait StringEnum { // Required method fn to_str(&self) -> &str; }
Should be implemented for any enum that can be represented as a String.
This is mostly used for ObsSourceBuilders.
ObsSourceBuilders