[−][src]Trait hycon_rust::traits::EnumConverter
Performs a conversion on an enum
Required methods
fn to_output(&self) -> OutputType
Returns a representation of the Enum in the form of the OutputType
fn from_input(number: OutputType) -> Result<Self, Box<dyn Error>> where
Self: Sized,
Self: Sized,
Returns an Enum from an input of the Specified Type