Skip to main content

AsUintRef

Trait AsUintRef 

Source
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§

Source

fn as_uint_ref<'a>(&'a self) -> UintRef<'a>

Borrows the owned or ref INTEGER as UintRef

Implementors§