pub trait SlAsMut<'a, T: ?Sized>where
Self: BridgedType,{
// Required method
fn sl_as_mut(&mut self, vm: &'a mut SloshVm) -> VMResult<&'a mut T>;
}
pub trait SlAsMut<'a, T: ?Sized>where
Self: BridgedType,{
// Required method
fn sl_as_mut(&mut self, vm: &'a mut SloshVm) -> VMResult<&'a mut T>;
}