pub type UpdateResult<T> = Result<T, ResponseCode>;
Expand description

Result of an Update operation