Reduce API changes.

This commit is contained in:
Stephen Chung
2022-08-19 13:21:47 +08:00
parent f9d74fe313
commit a51f6138f6
5 changed files with 29 additions and 6 deletions

View File

@@ -6,6 +6,7 @@ use crate::{Dynamic, Engine, Module, Scope};
use std::prelude::v1::*;
/// Context of a script evaluation process.
#[derive(Debug)]
#[allow(dead_code)]
pub struct EvalContext<'a, 's, 'ps, 'g, 'pg, 'c, 'pc, 't, 'pt> {
/// The current [`Engine`].