sshpuffin
0.1.0
Fallible
Required Associated Types
Error
Required Methods
get_error
Implementors
In sshpuffin::
libssh::
ssh
Trait
sshpuffin
::
libssh
::
ssh
::
Fallible
Copy item path
source
·
[
−
]
trait Fallible { type
Error
; // Required method fn
get_error
(&self) -> Self::
Error
; }
Required Associated Types
§
source
type
Error
Required Methods
§
source
fn
get_error
(&self) -> Self::
Error
Implementors
§
source
§
impl
Fallible
for
SshBindRef
source
§
type
Error
=
String
source
§
impl
Fallible
for
SshMessageRef
source
§
type
Error
=
String
source
§
impl
Fallible
for
SshSessionRef
source
§
type
Error
=
String