[][src]Type Definition tokio_libtls::prelude::error::Result

type Result<T> = Result<T, TlsError>;

A result type that is returning a TlsError.