Struct ytd_rs::YoutubeDLResult [−][src]
pub struct YoutubeDLResult { /* fields omitted */ }Expand description
This is the result of a YoutubeDL.
It contains the information about the exit status, the output and the directory it was executed in.
Implementations
get the exit status of the process
get the directory where youtube-dl was executed
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for YoutubeDLResultimpl Send for YoutubeDLResultimpl Sync for YoutubeDLResultimpl Unpin for YoutubeDLResultimpl UnwindSafe for YoutubeDLResultBlanket Implementations
Mutably borrows from an owned value. Read more