pub trait SlAsRef<'a, T: ?Sized>where
Self: BridgedType,{
// Required method
fn sl_as_ref(&self, vm: &'a SloshVm) -> VMResult<&'a T>;
}
Expand description
Converts a BridgedType
to some rust type
pub trait SlAsRef<'a, T: ?Sized>where
Self: BridgedType,{
// Required method
fn sl_as_ref(&self, vm: &'a SloshVm) -> VMResult<&'a T>;
}
Converts a BridgedType
to some rust type