EricLBuehler/trc

More trait implementations and methods

EricLBuehler opened this issue · 1 comments

Methods

  • Replace Weak::from_trc with Trc::downgrade
  • Replace Weak::to_trc with Weak::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]>

Support of ?Sized added with pt 15.