Macrosยง
- impl_list_ ๐empty 
Structsยง
- ListSkeleton ๐
- A RawListwithout the unsized tail. This type is used for layout computation and constructing empty lists.
- RawList
- A generic type that can be used to prepend a Listwith some header.
- TypeInfo 
- The additional info that is stored in ListWithCachedTypeInfo.
Type Aliasesยง
- List
- List<T>is a bit like- &[T], but with some critical differences.
- ListWith Cached Type Info 
- A Listthat additionally stores type information inline to speed upTypeVisitableExtoperations.
Foreign Typesยง
- OpaqueList ๐Contents 
- A dummy type used to force Listto be unsized while not requiring references to it be wide pointers.