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§
Sourcefn as_int_ref<'a>(&'a self) -> IntRef<'a>
fn as_int_ref<'a>(&'a self) -> IntRef<'a>
Borrows the owned or ref INTEGER as IntRef