Trait cov::error::IsEof [] [src]

pub trait IsEof {
    fn is_eof(&self) -> bool;
}

A trait to check if an error is an EOF error.

Required Methods

Checks whether the error is caused by an unexpected EOF.

Implementations on Foreign Types

impl IsEof for Error
[src]

[src]

Implementors