sidebar-items.js 604 B

1
  1. window.SIDEBAR_ITEMS = {"fn":[["channels_pretty",""],["codec_pretty",""],["ffpath",""],["lang_from_iso639",""],["quality_to_label",""],["secs_to_pretty",""],["ts_to_xml",""]],"macro":[["balanced_or_tree","Source: https://github.com/seanmonstar/warp/issues/619 Takes a list of handler expressions and `or`s them together in a balanced tree. That is, instead of `a.or(b).or(c).or(d)`, it produces `(a.or(b)).or(c.or(d))`, thus nesting the types less deeply, which provides improvements in compile time."],["json","Construct a `serde_json::Value` from a JSON literal."],["warp_try",""],["warp_unwrap",""]]};