pub struct RefMut<'b, T> where T: 'b { // some fields omitted }. [-] Expand description. A wrapper type for a mutably borrowed value from a RefCell<T> .
確定! 回上一頁