Docs.rs
stynx-code-engine-3.8.0
stynx-code-engine 3.8.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
maulanasdqn
Dependencies
futures ^0.3
normal
serde_json ^1
normal
stynx-code-config ^3.1.0
normal
stynx-code-errors ^3.1.0
normal
stynx-code-tools ^3.1.0
normal
stynx-code-types ^3.1.0
normal
tokio ^1
normal
tracing ^0.1
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
UndoStack
stynx_
code_
engine
3.8.0
Undo
Stack
Aliased Type
In stynx_
code_
engine::
application::
undo
stynx_code_engine
::
application
::
undo
Type Alias
Undo
Stack
Copy item path
Source
pub type UndoStack =
Mutex
<
Vec
<
UndoEntry
>>;
Aliased Type
ยง
pub struct UndoStack {
/* private fields */
}