impl<MODE> ErrorType for Pin<MODE> {
    type Error = Infallible;
}
