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

A store for FlatPageMeta

Implementations

Creates a store from the folder

Returns a page metadata by its url

Returns a page by its url

Returns a page metadata by the file stem

Returns a page by the file stem

Trait Implementations

Formats the value using the given formatter. Read more

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.