Struct rustbreak::backend::FileBackend[][src]

pub struct FileBackend(_);

A backend using a file

Methods

impl FileBackend
[src]

Opens a new FileBackend for a given path, will create it if the file doesn't exist.

Use an already open File as the backend

Return the inner File

Trait Implementations

impl Debug for FileBackend
[src]

Formats the value using the given formatter. Read more

impl Backend for FileBackend
[src]

Read the all data from the backend

Write the whole slice to the backend

Auto Trait Implementations

impl Send for FileBackend

impl Sync for FileBackend