fs4/
file_ext.rs

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