Skip to main content

FileRead

Trait FileRead 

Source
pub trait FileRead:
    Read
    + Seek
    + Send { }
Expand description

A readable file handle.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl FileRead for File

Implementors§