pub trait MockWrite { // Provided method fn limited(self, limit: usize) -> Limited<Self> ⓘ where Self: Sized { ... } }