pub struct MemoryVFileBuilder { /* private fields */ }
Expand description

Implement a VFileBuilder that cache in memory the content of an other VFileBuilder.

Implementations

builder will be used to generate a VFile read it’s content end cache it in internal buffer. The whole file will be read and cached in ram, so the passed VFileBuilder generated file must fit in memory.

Trait Implementations

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Create and a return a VFile trait object

Return the size of the created VFile

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.