Docs.rs
ext-php-rs-0.10.1
ext-php-rs 0.10.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
davidcole1340
danog
TobiasBengtsson
ptondereau
Xenira
Dependencies
anyhow ^1
normal
bitflags ^2
normal
cfg-if ^1.0
normal
ext-php-rs-derive =0.10.0
normal
once_cell ^1.17
normal
parking_lot ^0.12
normal
skeptic ^0.13
dev
anyhow ^1
build
bindgen ^0.65.1
build
cc ^1.0
build
skeptic ^0.13
build
native-tls ^0.2
build
ureq ^2.4
build
zip ^0.6
build
Versions
26.61%
of the crate is documented
Go to latest version
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Result
In ext_php_rs::error
?
Type Definition
ext_php_rs
::
error
::
Result
source
·
[
−
]
pub type Result<T, E =
Error
> =
Result
<T, E>;
Expand description
The main result type which is passed by the library.