pub trait LeaseBreakPeriodSupport { type O; // Required method fn with_lease_break_period(self, lease_break_period: u8) -> Self::O; }