Docs.rs
kdb-connection-0.1.0
kdb-connection 0.1.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
cyrilleberger
Dependencies
bytes ^1
normal
futures ^0.3
normal
kdb-macros ^0.1.0
normal
mqtt-channel ^0.3
normal
optional
mqtt-service ^0.7
normal
optional
reqwest ^0.12
normal
optional
rumqttc ^0.24
normal
optional
serde ^1
normal
serde-saphyr ^0.0.13
normal
serde_json ^1
normal
serde_with ^3
normal
shared_child ^1
normal
thiserror ^2
normal
uuid ^1
normal
kdb-store ^0.1.0
dev
lazy_static ^1
dev
pathsearch ^0.2
dev
tokio ^1
dev
Versions
46.25%
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
Skip to main content
ValueArray
kdb_
connection
0.1.0
Value
Array
Aliased Type
Trait Implementations
TryFrom<&'a Value>
In crate kdb_
connection
kdb_connection
Type Alias
Value
Array
Copy item path
Source
pub type ValueArray =
Vec
<
Value
>;
Expand description
Array of values
Aliased Type
§
pub struct ValueArray {
/* private fields */
}
Trait Implementations
§
Source
§
impl<'a>
TryFrom
<&'a
Value
> for &'a
ValueArray
Source
§
type
Error
= Error
The type returned in the event of a conversion error.
Source
§
fn
try_from
(value: &'a
Value
) ->
Result
<&'a
ValueArray
, Self::
Error
>
Performs the conversion.