wasmer/rustdoc/take_mut/sidebar-items.js
2019-09-06 15:57:44 -07:00

1 line
485 B
JavaScript

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."]]});