in helpers/ticket_fields/src/title.rs [26:29]
fn try_from(value: &str) -> Result<Self, Self::Error> { validate(value)?; Ok(Self(value.to_string())) }