Trait freya::common::values::TextHeight   
pub trait TextHeight {
    // Required method
    fn needs_custom_height(&self) -> bool;
}pub trait TextHeight {
    // Required method
    fn needs_custom_height(&self) -> bool;
}