Docs.rs
toml-span-0.2.1
toml-span 0.2.1
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
crates.io
Source
Owners
embark-studios
Dependencies
codespan-reporting ^0.11
normal
optional
serde ^1.0
normal
optional
smallvec ^1.13
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
toml_span
0.2.1
Array
Aliased type
In toml_span::value
Type Alias
toml_span
::
value
::
Array
Copy item path
source
·
[
−
]
pub type Array<'de> =
Vec
<
Value
<'de>>;
Expand description
A toml array
Aliased Type
§
struct Array<'de> {
/* private fields */
}