Trait freya_testing::prelude::TextHeight  
source · pub trait TextHeight {
    // Required method
    fn needs_custom_height(&self) -> bool;
}pub trait TextHeight {
    // Required method
    fn needs_custom_height(&self) -> bool;
}