Skip to main content

PDFLines

Trait PDFLines 

Source
pub trait PDFLines: AsRef<str> {
    // Provided method
    fn pdf_lines(&self) -> EOLIter<'_>  { ... }
}

Provided Methods§

Source

fn pdf_lines(&self) -> EOLIter<'_>

Implementations on Foreign Types§

Source§

impl PDFLines for &str

Source§

impl PDFLines for String

Source§

impl<'a> PDFLines for Cow<'a, str>

Implementors§