fn append()

in src/metrics/compose.rs [430:432]


    fn append(&self, other: TextMetrics) {
        TextMetrics::append(&self, other)
    }