Docs.rs
golem-rib-1.3.0-dev.14
golem-rib 1.3.0-dev.14
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
vigoo
Dependencies
async-trait ^0.1.87
normal
bigdecimal ^0.4.7
normal
bincode ^2.0.1
normal
combine ^4.6.7
normal
golem-api-grpc =1.3.0-dev.14
normal
optional
golem-wasm-ast =1.3.0-dev.14
normal
golem-wasm-rpc =1.3.0-dev.14
normal
poem-openapi =5.1.14
normal
optional
poem-openapi-derive =5.1.14
normal
optional
semver ^1.0.26
normal
serde ^1.0
normal
serde_json ^1.0
normal
uuid ^1.15.1
normal
test-r ^2.2.0
dev
Versions
0.23%
of the crate is documented
Go to latest stable release
Platform
i686-unknown-linux-gnu
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
rib
1.3.0-dev.14
GetType
Hint
Required Methods
get_type_hint
Implementations on Foreign Types
AnalysedType
Implementors
In crate rib
rib
Trait
GetTypeHint
Copy item path
Source
pub trait GetTypeHint { // Required method fn
get_type_hint
(&self) ->
TypeHint
; }
Required Methods
§
Source
fn
get_type_hint
(&self) ->
TypeHint
Implementations on Foreign Types
§
Source
§
impl
GetTypeHint
for
AnalysedType
Source
§
fn
get_type_hint
(&self) ->
TypeHint
Implementors
§
Source
§
impl
GetTypeHint
for
InferredType