Struct lrs::alloc::NoMem

Heap without memory backing it

Syntax

struct NoMem<'a>(/* */)

Trait implementations

NameDescription
Allocator

Allocators.

Remarks

This allocator does not inspect the arguments passed to it and always returns that no memory is available.