1 2 3 4 5 6 7 8 9
mod decode; mod encode; use crate::script::ScriptCall; #[derive(Debug,PartialEq)] pub struct Qst { pub body: Vec<ScriptCall> }