pub trait AsUintRef {
// Required method
fn as_uint_ref<'a>(&'a self) -> UintRef<'a>;
}Expand description
Borrow the owned or ref INTEGER as UintRef
Required Methods§
Sourcefn as_uint_ref<'a>(&'a self) -> UintRef<'a>
fn as_uint_ref<'a>(&'a self) -> UintRef<'a>
Borrows the owned or ref INTEGER as UintRef