fn try_from()

in TicketV2/Outro/Task/src/status.rs [30:32]


    fn try_from(value: &str) -> Result<Self, Self::Error> {
        value.to_lowercase().try_into()
    }