in TicketV2/Outro/Task/src/title.rs [34:37]
fn try_from(value: &str) -> Result<Self, Self::Error> { validate(value)?; Ok(Self(value.to_string())) }