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
TextOrReference
spreadsheet_
ods_
formula
1.0.0
Text
OrReference
Implementations on Foreign Types
&str
CellRange
CellRef
Cow<'a, str>
Option<T>
String
Implementors
In crate spreadsheet_
ods_
formula
spreadsheet_ods_formula
Trait
Text
OrReference
Copy item path
Source
pub trait TextOrReference:
Any
{ }
Expand description
Reference or Text parameter.
Implementations on Foreign Types
§
Source
§
impl
TextOrReference
for &
str
Source
§
impl
TextOrReference
for
String
Source
§
impl
TextOrReference
for
CellRange
Source
§
impl
TextOrReference
for
CellRef
Source
§
impl<'a>
TextOrReference
for
Cow
<'a,
str
>
Source
§
impl<T:
TextOrReference
+
Any
+
Sized
>
TextOrReference
for
Option
<T>
Implementors
§
Source
§
impl<A:
TextOrReference
>
TextOrReference
for
FParentheses
<A>