protobuf_support::lexer::int

Function neg

source
pub fn neg(value: u64) -> Result<i64, Overflow>
Expand description

Negate u64 checking for overflow.