Function bones_framework::prelude::piccolo::compiler::compile_chunk
pub fn compile_chunk<S>(
chunk: &Chunk<<S as StringInterner>::String>,
create_string: S,
) -> Result<CompiledPrototype<<S as StringInterner>::String>, CompileError>where
S: StringInterner,