mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-13 00:51:20 +00:00
Publishing GitHub Pages ***NO_CI***
This commit is contained in:
1
rustdoc/take_mut/sidebar-items.js
Normal file
1
rustdoc/take_mut/sidebar-items.js
Normal file
@ -0,0 +1 @@
|
||||
initSidebarItems({"fn":[["take","Allows use of a value pointed to by `&mut T` as though it was owned, as long as a `T` is made available afterwards."],["take_or_recover","Allows use of a value pointed to by `&mut T` as though it was owned, as long as a `T` is made available afterwards."]],"mod":[["scoped","This module provides a scoped API, allowing for taking an arbitrary number of `&mut T` into `T` within one closure. The references are all required to outlive the closure."]]});
|
Reference in New Issue
Block a user