5
0
mirror of git://git.proxmox.com/git/pxar.git synced 2024-12-25 05:33:51 +03:00

api update

reexport the main accessor::sync types in accessor::

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-02-20 11:19:24 +01:00
parent 9de9cca906
commit dbc65c4b3f

View File

@ -22,7 +22,7 @@ pub mod aio;
pub mod sync;
#[doc(inline)]
pub use sync::Accessor;
pub use sync::{Accessor, Directory, DirEntry, FileEntry, ReadDir};
/// Random access read implementation.
pub trait ReadAt {