Organizing error handling

This commit is contained in:
PinkP4nther 2021-09-16 18:23:25 -07:00
commit e6a3420814
2 changed files with 34 additions and 29 deletions

View file

@ -1,4 +1,4 @@
use sslrelay::{self, ConfigType, HandlerCallbacks};
use sslrelay::{self, ConfigType, HandlerCallbacks, CallbackRet};
// Handler object
#[derive(Clone)] // Must have Clone trait implemented.