/// Options for the in-memory storage.
////// The store is volatile and has no connection or schema to configure, so it takes no parameters.
#[derive(Debug, Clone, Copy, Default)]#[non_exhaustive]pubstructMemStorageOptions{}implMemStorageOptions{/// Constructs a new `MemStorageOptions` instance.
pubfnnew()->Self{Self{}}}