Struct flatdata::MemoryResourceStorage [] [src]

pub struct MemoryResourceStorage { /* fields omitted */ }

Resource storage in memory.

Methods

impl MemoryResourceStorage
[src]

[src]

Create an empty memory resource storage.

Trait Implementations

impl Debug for MemoryResourceStorage
[src]

[src]

Formats the value using the given formatter. Read more

impl ResourceStorage for MemoryResourceStorage
[src]

[src]

Creates a resource storage at a given subdirectory.

[src]

Returns true if resource exists in the storage.

[src]

Reads a resource in storage and returns a pointer to its raw data. Read more

[src]

Creates a resource with given name and returns an output stream for writing to it. Read more

[src]

Open a flatdata resource with given name and schema for reading. Read more

[src]

Writes data of a flatdata resource with given name and schema to storage. Read more

[src]

Implementation helper for [read]. Read more

Auto Trait Implementations