Function rustdoc::html::highlight::highlight[src]
pub fn highlight(src: &str, class: Option<&str>, id: Option<&str>) -> String
Highlights some source code, returning the HTML output.
pub fn highlight(src: &str, class: Option<&str>, id: Option<&str>) -> String
Highlights some source code, returning the HTML output.
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).