Skip to main content

create_source_code

Function create_source_code 

Source
pub fn create_source_code<T: Read>(
    reader: &mut T,
    encoding: Option<&'static Encoding>,
) -> Result<String, String>