pub struct LibraryHelper;
Implementations§
Source§impl LibraryHelper
impl LibraryHelper
pub fn store_to_dict( lib_hashmap: HashMap<TonHash, ArcCell>, ) -> Result<ContractLibraryDict, TonLibraryError>
pub fn extract_library_hashes<'a, I>(
cells: I,
) -> Result<Vec<TonHash>, TonLibraryError>where
I: IntoIterator<Item = &'a ArcCell>,
Auto Trait Implementations§
impl Freeze for LibraryHelper
impl RefUnwindSafe for LibraryHelper
impl Send for LibraryHelper
impl Sync for LibraryHelper
impl Unpin for LibraryHelper
impl UnwindSafe for LibraryHelper
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more