Skip to main content

FileReader

Trait FileReader 

Source
pub trait FileReader:
    AsyncRead
    + AsyncSeek
    + Send
    + Unpin { }
Expand description

A readable file handle trait marker for random-access bytes.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§