gio
0.7.0
Unix
Output
Stream
Ext
Required Methods
get_close_fd
Implementors
In crate gio
gio
Trait
UnixOutputStreamExt
Copy item path
Source
pub trait UnixOutputStreamExt: 'static { // Required method fn
get_close_fd
(&self) ->
bool
; }
Required Methods
§
Source
fn
get_close_fd
(&self) ->
bool
Implementors
§
Source
§
impl<O:
IsA
<
UnixOutputStream
>>
UnixOutputStreamExt
for O