Docs.rs
sdb_debugger-0.2.2
sdb_debugger 0.2.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
qhc99
Dependencies
bytemuck ^1.22.0
normal
byteorder ^1.5.0
normal
bytes ^1.10.1
normal
cpp_demangle ^0.4.4
normal
elf ^0.7.4
normal
extended ^0.1.0
normal
gimli ^0.31.1
normal
goblin ^0.10.0
normal
indoc ^2.0.6
normal
libsdb_register_codegen ^0.2.0
normal
multimap ^0.10.1
normal
nix ^0.29.0
normal
num_enum ^0.7.3
normal
regex ^1.11.1
normal
rustyline ^15.0.0
normal
serial_test ^3.2.0
normal
syscall-numbers ^4.0.2
normal
typed-builder ^0.21.0
normal
zydis ^4.1.1
normal
zydis-sys ^0.1.2
normal
bindgen ^0.72.0
build
Versions
1.22%
of the crate is documented
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
ResultLogExt
libsdb
0.2.2
Result
LogExt
Required Methods
log_error
Implementations on Foreign Types
Result<T, SdbError>
Result<T>
Implementors
In crate libsdb
libsdb
Trait
Result
LogExt
Copy item path
Source
pub trait ResultLogExt<T> { // Required method fn
log_error
(self); }
Required Methods
§
Source
fn
log_error
(self)
Implementations on Foreign Types
§
Source
§
impl<T>
ResultLogExt
<T> for
Result
<T, SdbError>
Source
§
fn
log_error
(self)
Source
§
impl<T>
ResultLogExt
<T> for
Result
<T>
Source
§
fn
log_error
(self)
Implementors
§