1 2 3 4 5 6
#[cfg(any(feature = "sync", feature = "fs-err2", feature = "fs-err3"))] pub(crate) mod sync_impl; cfg_async!( pub(crate) mod async_impl; );