Trait implementation lrs::ringbuf::DynRingBuf::UndefState

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

Syntax

impl<T, H> UndefState for DynRingBuf<T, H>
    where H: Allocator,