Function hairy::hairy_compile_html_scope

source ·
pub fn hairy_compile_html_scope<'b, 'c, 'e>(
    reader: &'b str,
    filename: &'b str,
    options: &HairyCompileOptions<'b, '_, 'e>,
    scope: &mut MemoryScope<'c>
) -> Result<BytecodeVec, HairyCompileError<'b>>
where 'c: 'b, 'e: 'b,