Skip to main content

RandomAccessFileReader

Trait RandomAccessFileReader 

Source
pub trait RandomAccessFileReader:
    ReadAt
    + Size
    + Send
    + Sync
    + 'static { }

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

Source§

impl<X: ReadAt + Size + Send + Sync + 'static> RandomAccessFileReader for X