Skip to main content

AsIntRef

Trait AsIntRef 

Source
pub trait AsIntRef {
    // Required method
    fn as_int_ref<'a>(&'a self) -> IntRef<'a>;
}
Expand description

Borrow the owned or ref INTEGER as IntRef

Required Methods§

Source

fn as_int_ref<'a>(&'a self) -> IntRef<'a>

Borrows the owned or ref INTEGER as IntRef

Implementors§