Skip to main content

read

Function read 

Source
pub fn read(
    engine: &mut Engine<'_>,
    path: Spanned<PathOrStr>,
    encoding: Option<Encoding>,
) -> SourceResult<Readable>
Expand description

Reads plain text or data from a file.