in TicketV2/Outro/Task/src/description.rs [25:28]
fn try_from(value: String) -> Result<Self, Self::Error> { validate(&value)?; Ok(Self(value)) }