Struct srt::Srt [] [src]

pub struct Srt {
    pub subs: Vec<SubTitle>,
}

Fields

Trait Implementations

impl Debug for Srt
[src]

Formats the value using the given formatter.

impl PartialEq for Srt
[src]

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

This method tests for !=.