pub trait PyMappingLenProtocol<'p>: PyMappingProtocol<'p> { type Result: IntoPyCallbackOutput<usize>; }