Trait aspasia::TextSubtitle

source ·
pub trait TextSubtitle: Subtitle
where Self::Event: TextEvent,
{ // Provided method fn strip_formatting(&mut self) { ... } }
Expand description

Trait representing textual subtitle formats

Provided Methods§

source

fn strip_formatting(&mut self)

Remove all styling/formatting information from the text and subtitle metadata

Object Safety§

This trait is not object safe.

Implementors§