Trait cfx_storage::utils::UnsafeCellExtension
source · pub trait UnsafeCellExtension<T: Sized> {
// Required methods
fn get_ref(&self) -> &T;
fn get_mut(&mut self) -> &mut T;
unsafe fn get_as_mut(&self) -> &mut T;
}