Trait implementation lrs::rc::Rc::UndefState

Types that are not valid when they contain certain bit patterns.

Syntax

impl<T, H> UndefState for Rc<T, H>
    where T: Leak,
          H: Allocator,