Home
last modified time | relevance | path

Searched defs:Cancellable (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dto_proto.rs1150 ) -> Cancellable<()> { in code_lens()
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/
Dlib.rs137 pub type Cancellable<T> = Result<T, Cancelled>; typedef