[−][src]Crate staticvec
Macros
| sortedstaticvec | Accepts an array of any primitive |
| staticvec | Creates a new |
Structs
| CapacityError | This error indicates that an operation was attempted that would have increased the
|
| PushCapacityError | This error indicates that a push was attempted into a
|
| StaticString | A fixed-capacity |
| StaticVec | A |
| StaticVecDrain | A "draining" iterator, analogous to |
| StaticVecIntoIter | A "consuming" iterator that reads each element out of a source StaticVec by value. |
| StaticVecIterConst | Similar to |
| StaticVecIterMut | Similar to |
Enums
| StringError | This enum represents several different possible "error states" that may be encountered
while using a |