pub type VoidResult = Result<(), ErrorReason>;
Expand description

Void/nothing in case of success or a reason in case of an error.