Struct warmy::StoreOpt [] [src]

pub struct StoreOpt { /* fields omitted */ }

Various options to customize a Store.

Methods

impl StoreOpt
[src]

[src]

Change the update await time (milliseconds) used to determine whether a resource should be reloaded or not.

Default

Defaults to 1000.

[src]

Get the update await time (milliseconds).

[src]

Change the root directory from which the Store will be watching file changes.

Default

Defaults to ".".

[src]

Get root directory.

Trait Implementations

impl Default for StoreOpt
[src]

[src]

Returns the "default value" for a type. Read more