Trait snarkvm_console_account::traits::integers::CheckedShl
pub trait CheckedShl: Sized {
// Required method
fn checked_shl(&self, v: &u32) -> Option<Self>;
}
pub trait CheckedShl: Sized {
// Required method
fn checked_shl(&self, v: &u32) -> Option<Self>;
}