Struct streamlink::Streamlink [] [src]

pub struct Streamlink {
    pub urls: Vec<Stream>,
}

Fields

Methods

impl Streamlink
[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Streamlink
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Streamlink

impl Sync for Streamlink