measure: w -> h
Some checks are pending
/ build (push) Waiting to run

This commit is contained in:
🪞👃🪞 2025-05-14 22:37:43 +03:00
parent f7306de55f
commit c954965ae1

View file

@ -7,7 +7,7 @@ pub trait HasSize<E: Output> {
self.size().w()
}
fn height (&self) -> usize {
self.size().w()
self.size().h()
}
}