pub fn buffer_no_fallback() -> impl BufferProvider
👎Deprecated since 1.3.0: use compiled_data
Expand description

A BufferProvider backed by a Postcard blob.

This deserializes a large data blob from static memory, please cache the result if you are calling this repeatedly and care about performance