Trait implementation lrs::rc::Arc::UndefState

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

Syntax

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