Type Definition patch_rs::PatchResult

source ·
pub type PatchResult<T> = Result<T, PatchError>;
Expand description

Convenient wrapper around std::Result.