refactoring
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
use crate::error::DrawerError;
|
||||
|
||||
pub trait Operation {
|
||||
fn perform(&self) -> Result<(), DrawerError>;
|
||||
fn validate(&self) -> Result<(), DrawerError>;
|
||||
}
|
||||
Reference in New Issue
Block a user