Skip to main content

muster/domain/value/
rows.rs

1use nutype::nutype;
2
3/// A count of terminal rows.
4#[nutype(derive(Debug, Clone, Copy, PartialEq, Eq, Hash, Display))]
5pub struct Rows(u16);