Docs.rs
skf-rs-0.8.1
skf-rs 0.8.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
John-Chan
Dependencies
anyhow ^1
normal
libloading ^0.8
normal
skf-api ^0.5.0
normal
thiserror ^2
normal
tracing ^0.1
normal
hex ^0.4
dev
Versions
53.2%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
ManagedKey
skf_rs
0.8.1
Managed
Key
Sections
Close
Trait Implementations
Debug
Implementors
In crate skf_
rs
skf_rs
Trait
Managed
Key
Copy item path
Source
pub trait ManagedKey:
AsRef
<
HANDLE
> { }
Expand description
Represents a key object
§
Close
key object is closed when
Drop
Trait Implementations
§
Source
§
impl
Debug
for dyn
ManagedKey
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
Formats the value using the given formatter.
Read more
Implementors
§