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