Docs.rs
pyo3-utils-0.2.0
pyo3-utils 0.2.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
WSH032
Dependencies
parking_lot ^0.12
normal
pyo3 ^0.24.1
normal
Versions
50.91%
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
pyo3_
utils
0.2.0
PyMatch
Mut
Required Associated Types
Output
Required Methods
match_mut
Implementors
In pyo3_
utils::
py_
match
pyo3_utils
::
py_match
Trait
PyMatchMut
Copy item path
Source
pub trait PyMatchMut { type
Output
; // Required method fn
match_mut
(&mut self) -> Self::
Output
; }
Required Associated Types
§
Source
type
Output
Required Methods
§
Source
fn
match_mut
(&mut self) -> Self::
Output
Implementors
§