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