crosvm
0.1.0
Into
Unix
Stream
Required Methods
into_unix_stream
Implementations on Foreign Types
&Path
&PathBuf
UnixStream
Implementors
In crosvm::
crosvm::
sys::
linux::
device_
helpers
crosvm
::
crosvm
::
sys
::
linux
::
device_helpers
Trait
IntoUnixStream
Copy item path
Source
pub trait IntoUnixStream { // Required method fn
into_unix_stream
(self) ->
Result
<
UnixStream
>; }
Required Methods
§
Source
fn
into_unix_stream
(self) ->
Result
<
UnixStream
>
Implementations on Foreign Types
§
Source
§
impl
IntoUnixStream
for &
Path
Source
§
fn
into_unix_stream
(self) ->
Result
<
UnixStream
>
Source
§
impl
IntoUnixStream
for &
PathBuf
Source
§
fn
into_unix_stream
(self) ->
Result
<
UnixStream
>
Source
§
impl
IntoUnixStream
for
UnixStream
Source
§
fn
into_unix_stream
(self) ->
Result
<
UnixStream
>
Implementors
§