Struct string_lines::StringLines [] [src]

pub struct StringLines { /* fields omitted */ }

Raw persistent database for storing string lines.

Methods

impl StringLines
[src]

Attempts to open a file in read-write mode.

Appends an element to the back of a collection.

Removes the last element from a collection and returns it, or None if it is empty.

Returns the number of elements in the collection.

Trait Implementations

impl Debug for StringLines
[src]

Formats the value using the given formatter.