☰
PathExt
Required Methods
try_create_dir
Implementors
In btfuse
?
Trait
btfuse
::
PathExt
source
·
[
−
]
pub(crate) trait PathExt { // Required method fn
try_create_dir
(&self) ->
Result
<
()
>; }
Required Methods
§
source
fn
try_create_dir
(&self) ->
Result
<
()
>
Implementors
§
source
§
impl<T:
AsRef
<
Path
>>
PathExt
for T