mirror of https://github.com/fafhrd91/actix-net
fmt
This commit is contained in:
parent
f4c81afe9c
commit
976c660f1f
|
@ -71,8 +71,8 @@ impl<TlsErr, SvcErr> fmt::Display for TlsError<TlsErr, SvcErr> {
|
|||
|
||||
impl<TlsErr, SvcErr> Error for TlsError<TlsErr, SvcErr>
|
||||
where
|
||||
TlsErr: 'static + Error,
|
||||
SvcErr: 'static + Error,
|
||||
TlsErr: Error + 'static,
|
||||
SvcErr: Error + 'static,
|
||||
{
|
||||
fn source(&self) -> Option<&(dyn Error + 'static)> {
|
||||
match self {
|
||||
|
|
Loading…
Reference in New Issue