macro_rules! video_network {
($url:literal $(,)?) => { ... };
}Expand description
Creates a Video from a network URL literal.
Network playback support is shell-specific; use this helper for literal URLs
and Video::network when the URL is computed at
runtime.