[][src]Module conjure_object::safe_long

The Conjure safelong type.

Structs

BoundsError

The error returned from constructing an out-of bounds SafeLong.

ParseError

The error returned after failing to parse a string into a SafeLong.

SafeLong

An i64 limited to a range safely representable in JSON.