MCPcopy Index your code
hub / github.com/eventuallyconsultant/codegenr / InstructionLineHandler

Interface InstructionLineHandler

codegenr/src/processor/mod.rs:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44pub trait InstructionLineHandler {
45 fn handle_line(&self, line: &str) -> Result<(), ProcessorError>;
46}
47
48pub struct TranscientLineHandler;
49
50impl InstructionLineHandler for TranscientLineHandler {
51 fn handle_line(&self, _line: &str) -> Result<(), ProcessorError> {

Callers

nothing calls this directly

Implementers 3

console.rscodegenr/src/processor/console.rs
mod.rscodegenr/src/processor/mod.rs
file.rscodegenr/src/processor/file.rs

Calls

no outgoing calls

Tested by

no test coverage detected