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

Struct RefMut

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

A wrapper type for a mutably borrowed value from a RefCell<T>.

See the module-level documentation for more.

Implementations§

source§

impl<'b, T> RefMut<'b, T>
where T: ?Sized,

1.8.0 · source

pub fn map<U, F>(orig: RefMut<'b, T>, f: F) -> RefMut<'b, U>
where F: