[][src]Module yewtil::ptr

Smart pointers for use within Yew.

These all offer similar semantics to std::rc::Rc, but offer better ergonomics within Yew, or functionality not available in Rc.

Structs

Irc

Immutable Reference Counted pointer.

Mrc

Mutable Reference Counted pointer