Struct rustdoc::html::render::Source [−][src]
struct Source<'a>(&'a str);
Wrapper struct to render the source code of a file. This will do things like adding line numbers to the left-hand side.
struct Source<'a>(&'a str);
Wrapper struct to render the source code of a file. This will do things like adding line numbers to the left-hand side.