Organizing error handling
This commit is contained in:
parent
9dbd015f39
commit
e6a3420814
2 changed files with 34 additions and 29 deletions
|
|
@ -1,4 +1,4 @@
|
|||
use sslrelay::{self, ConfigType, HandlerCallbacks};
|
||||
use sslrelay::{self, ConfigType, HandlerCallbacks, CallbackRet};
|
||||
|
||||
// Handler object
|
||||
#[derive(Clone)] // Must have Clone trait implemented.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue