kvarn_async::prelude::compact_str::core::cell

Struct RefCell

1.6.0 · source
pub struct RefCell<T>
where T: ?Sized,
{ /* private fields */ }
Expand description

A mutable memory location with dynamically checked borrow rules

See the module-level documentation for more.

Implementations§

source§

impl<T> RefCell<T>

</