☰
UnixOutputStreamExt
Required Methods
closes_fd
Implementors
In gio::prelude
?
Trait
gio
::
prelude
::
UnixOutputStreamExt
source
·
[
−
]
pub trait UnixOutputStreamExt: 'static { // Required method fn
closes_fd
(&self) ->
bool
; }
Available on
Unix
only.
Required Methods
§
source
fn
closes_fd
(&self) ->
bool
Implementors
§
source
§
impl<O:
IsA
<
UnixOutputStream
>>
UnixOutputStreamExt
for O