Struct nom_bibtex::Bibtex [] [src]

pub struct Bibtex<'a> { /* fields omitted */ }

A high-level definition of a bibtex file that contains multiples entries.

Methods

impl<'a> Bibtex<'a>
[src]

Create a new Bibtex instance from a BibTeX file content.

Get all the BibTeX entries.

Trait Implementations

impl<'a> Debug for Bibtex<'a>
[src]

Formats the value using the given formatter.

impl<'a> PartialEq for Bibtex<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a> Eq for Bibtex<'a>
[src]