[][src]Macro story_dl::select

macro_rules! select {
    (inner_html <> $site:expr; $html:expr => $selector:expr) => { ... };
    (string <> $site:expr; $html:expr => $selector:expr) => { ... };
    (string[] <> $site:expr; $html:expr => $selector:expr) => { ... };
}