1 2 3 4
#[cfg(any(target_os = "linux", target_os = "freebsd", target_os = "macos"))] pub use super::os::unix::acl::*; #[cfg(windows)] pub use super::os::windows::acl::*;