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.

Trait Implementations

impl<'a> Display for Source<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Source<'a>

impl<'a> Sync for Source<'a>