pub struct Youtube<'b> { /* private fields */ }
Expand description
Youtube container that holds the Config
.
Implementations§
Source§impl<'b> Youtube<'b>
impl<'b> Youtube<'b>
Sourcepub async fn transcript<'a>(
&self,
url: &'a str,
) -> Result<Transcript, Box<dyn Error>>
pub async fn transcript<'a>( &self, url: &'a str, ) -> Result<Transcript, Box<dyn Error>>
extracts Transcript
from the video link provided.
Auto Trait Implementations§
impl<'b> Freeze for Youtube<'b>
impl<'b> RefUnwindSafe for Youtube<'b>
impl<'b> Send for Youtube<'b>
impl<'b> Sync for Youtube<'b>
impl<'b> Unpin for Youtube<'b>
impl<'b> UnwindSafe for Youtube<'b>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more