☰
FanotifyPath
Required Methods
as_os_str
Implementations on Foreign Types
Path
String
str
Implementors
In naughtyfy::low_api
?
Trait
naughtyfy
::
low_api
::
FanotifyPath
source
·
[
−
]
pub trait FanotifyPath { fn
as_os_str
(&self) -> &
OsStr
; }
Required Methods
§
source
fn
as_os_str
(&self) -> &
OsStr
Implementations on Foreign Types
§
source
§
impl
FanotifyPath
for
Path
source
§
fn
as_os_str
(&self) -> &
OsStr
source
§
impl
FanotifyPath
for
str
source
§
fn
as_os_str
(&self) -> &
OsStr
source
§
impl
FanotifyPath
for
String
source
§
fn
as_os_str
(&self) -> &
OsStr
Implementors
§