Docs.rs
momento-functions-host-0.3.0
momento-functions-host 0.3.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
danielamiao
Dependencies
base64 ^0
normal
log ^0
normal
momento-functions-wit ^0
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^2
normal
Versions
100%
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
momento_
functions_
host
0.3.0
Extract
Error
Implementations on Foreign Types
Error
Infallible
Implementors
In momento_
functions_
host::
encoding
momento_functions_host
::
encoding
Trait
ExtractError
Copy item path
Source
pub trait ExtractError:
Error
+ 'static { }
Expand description
Required to be implemented by extract error types.
Implementations on Foreign Types
§
Source
§
impl
ExtractError
for
Infallible
Source
§
impl
ExtractError
for
Error
Implementors
§