pub type OpResult = bool;
Type alias for operation result
This is either boolean or Result<(), String>
boolean
Result<(), String>