1
2
3
pub trait WithLimit {
    fn limit(&self) -> Option<u16>;
}