Struct epi::file_storage::FileStorage[][src]

pub struct FileStorage { /* fields omitted */ }
Expand description

A key-value store backed by a RON file on disk. Used to restore egui state, glium window position/size and app state.

Implementations

Store the state in this .ron file.

Find a good place to put the files that the OS likes.

Trait Implementations

Get the value for the given key.

Set the value for the given key.

write-to-disk or similar

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

Performs the conversion.

Performs the conversion.

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.