Docs.rs
narrowlink-types-0.2.6
narrowlink-types 0.2.6
Permalink
Docs.rs crate page
MPL-2.0
Links
Homepage
Repository
crates.io
Source
Owners
SajjadPourali
Dependencies
chrono ^0.4.38
normal
hmac ^0.12.1
normal
ipnet ^2.9.0
normal
jsonwebtoken ^9.3.0
normal
regex-lite ^0.1.6
normal
serde ^1.0.203
normal
serde_json ^1.0.117
normal
sha3 ^0.10.8
normal
thiserror ^1.0.61
normal
uuid ^1.8.0
normal
validator ^0.17.0
normal
wildmatch ^2.3.4
normal
Versions
0%
of the crate is documented
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
GetResponse
narrowlink_
types
0.2.6
GetResponse
Required Associated Types
Item
Required Methods
response
Implementors
In crate narrowlink_
types
narrowlink_types
Trait
GetResponse
Copy item path
Source
pub trait GetResponse { type
Item
; // Required method fn
response
(&self) ->
Option
<Self::
Item
>; }
Required Associated Types
§
Source
type
Item
Required Methods
§
Source
fn
response
(&self) ->
Option
<Self::
Item
>
Implementors
§
Source
§
impl
GetResponse
for narrowlink_types::agent::
EventInBound
Source
§
type
Item
=
Response
Source
§
impl
GetResponse
for narrowlink_types::client::
EventInBound
Source
§
type
Item
=
Response