Add Start/End to DebuggerEvent.
This commit is contained in:
@@ -349,6 +349,7 @@ impl fmt::Debug for Span {
|
||||
/// _(internals)_ A Rhai language token.
|
||||
/// Exported under the `internals` feature only.
|
||||
#[derive(Debug, PartialEq, Clone, Hash)]
|
||||
#[non_exhaustive]
|
||||
pub enum Token {
|
||||
/// An `INT` constant.
|
||||
IntegerConstant(INT),
|
||||
|
Reference in New Issue
Block a user