Docs.rs
wingfoil-python-0.1.10
wingfoil-python 0.1.10
Docs.rs crate page
Apache-2.0
Links
Homepage
crates.io
Source
Owners
0-jake-0
Dependencies
anyhow ^1.0
normal
chrono ^0.4
normal
derive_more ^2.0
normal
env_logger ^0.11
normal
log ^0.4
normal
pyo3 ^0.27
normal
wingfoil ^0.1.10
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
ToPyResult
wingfoil
0.1.10
ToPy
Result
Required Methods
to_pyresult
Implementations on Foreign Types
Result<T>
Implementors
In crate wingfoil
wingfoil
Trait
ToPy
Result
Copy item path
Source
pub trait ToPyResult<T> { // Required method fn
to_pyresult
(self) ->
PyResult
<T>; }
Required Methods
§
Source
fn
to_pyresult
(self) ->
PyResult
<T>
Implementations on Foreign Types
§
Source
§
impl<T>
ToPyResult
<T> for
Result
<T>
Source
§
fn
to_pyresult
(self) ->
PyResult
<T>
Implementors
§