Skip to main content

CodeChangeCache

Type Alias CodeChangeCache 

Source
pub type CodeChangeCache = Arc<RwLock<Vec<CodeChangeInfo>>>;
Expand description

代码变更缓存

Aliased Type§

pub struct CodeChangeCache { /* private fields */ }