Docs.rs
spreadsheet-ods-formula-1.0.0
spreadsheet-ods-formula 1.0.0
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
thscharler
Dependencies
nom ^7.1
normal
nom_locate ^4.2
normal
spreadsheet-ods ^1.0.1
normal
kparse ^3.0
dev
Versions
76.07%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Array
spreadsheet_
ods_
formula
1.0.0
Array
Implementations on Foreign Types
CellRange
CellRef
Option<T>
Implementors
In crate spreadsheet_
ods_
formula
spreadsheet_ods_formula
Trait
Array
Copy item path
Source
pub trait Array:
Any
{ }
Expand description
Array parameter.
Implementations on Foreign Types
§
Source
§
impl
Array
for
CellRange
Source
§
impl
Array
for
CellRef
Source
§
impl<T:
Array
+
Any
+
Sized
>
Array
for
Option
<T>
Implementors
§
Source
§
impl<A:
Array
>
Array
for
FParentheses
<A>
Source
§
impl<T:
Any
, const N:
usize
>
Array
for
FArray
<T, N>