Docs.rs
openfga-client-0.1.2
openfga-client 0.1.2
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
c-thiel
Dependencies
http ^1
normal
middle ^0.3
normal
optional
prost ^0.13
normal
prost-types ^0.13
normal
prost-wkt ^0.6
normal
prost-wkt-types ^0.6
normal
serde ^1.0
normal
thiserror ^2.0
normal
tonic ^0.12
normal
tower ^0.5
normal
optional
tracing ^0.1
normal
url ^2.5
normal
needs_env_var ^1.1.0
dev
pretty_assertions ^1.4
dev
serde_json ^1.0
dev
tokio ^1.41
dev
uuid ^1.14
dev
Versions
10.87%
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
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
openfga_
client
0.1.2
BoxFuture
Aliased Type
In openfga_
client::
migration
openfga_client
::
migration
Type Alias
BoxFuture
Copy item path
Source
pub type BoxFuture<'a, T> =
Pin
<
Box
<dyn
Future
<Output = T> +
Send
+ 'a>>;
Aliased Type
ยง
struct BoxFuture<'a, T> {}