Trait implementation lrs::vec::Vec::UndefState

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

Syntax

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