Struct streamlink::Config [] [src]

pub struct Config {
    pub stream_urls: Vec<String>,
}

Fields

Methods

impl Config
[src]

[src]

Trait Implementations

impl Debug for Config
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Config

impl Sync for Config