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:
parent
9de9cca906
commit
dbc65c4b3f
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user