FileAccessor

Trait FileAccessor 

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

An I/O source which can read to a buffer

This describes access to individual files within the bundle.

Implementors§