Type Definition bobascript::InterpretResult[][src]

pub type InterpretResult<T> = Result<T, InterpretError>;