Struct telos::raw::TlsError [] [src]

pub struct TlsError {
    // some fields omitted
}

Methods

impl TlsError

fn wants_more(&self) -> bool

The operation failed because it would block, repeating the same operation should succeed, but will block.

fn new<S: Into<String>>(msg: S) -> TlsError

Trait Implementations

impl Display for TlsError

fn fmt(&self, f: &mut Formatter) -> Result

impl Error for TlsError

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

Derived Implementations

impl Debug for TlsError

fn fmt(&self, __arg_0: &mut Formatter) -> Result