1 2 3 4 5 6 7 8
cfg_sync!( mod sync_impl; pub use sync_impl::FileExt; ); cfg_async!( pub(crate) mod async_impl; );