1 2 3 4 5 6 7 8 9 10
#[allow(unused_imports, clippy::wildcard_imports)] use super::*; /// Uint64 is an XDR Typedef defined as: /// /// ```text /// typedef unsigned hyper uint64; /// ``` /// pub type Uint64 = u64;