Function rustream::jinja::get_content

source ·
fn get_content(filename: &str) -> String
Expand description

Read the content of each file and return it as a String.

§Arguments

  • filename - Filename that has to be read.

§Returns

String representation of the file content.