More trait implementations and methods
EricLBuehler opened this issue · 1 comments
EricLBuehler commented
Methods
- Replace
Weak::from_trc
withTrc::downgrade
- Replace
Weak::to_trc
withWeak::upgrade
- Add
Trc::get_mut
- Add
Trc::try_unwrap
- Note the necessity for a race condition warning - Add
Trc::into_inner
- Add
Trc::unwrap_or_clone
Traits
"D" signifies impl
dependant on T
implements the trait.
- D
AsFd
- #11
- D
Error
- D
Hash
- D
Error
-
Unpin
-
UnwindSafe
-
Any
-
From<&[T]>
EricLBuehler commented
Support of ?Sized added with pt 15.