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
TextOrNumber
spreadsheet_
ods_
formula
1.0.0
Text
OrNumber
Implementations on Foreign Types
&str
CellRange
CellRef
Cow<'a, str>
Option<T>
String
f32
f64
i8
i16
i32
i64
i128
isize
u8
u16
u32
u64
u128
usize
Implementors
In crate spreadsheet_
ods_
formula
spreadsheet_ods_formula
Trait
Text
OrNumber
Copy item path
Source
pub trait TextOrNumber:
Any
{ }
Expand description
Text or Number parameter.
Implementations on Foreign Types
§
Source
§
impl
TextOrNumber
for &
str
Source
§
impl
TextOrNumber
for
f32
Source
§
impl
TextOrNumber
for
f64
Source
§
impl
TextOrNumber
for
i8
Source
§
impl
TextOrNumber
for
i16
Source
§
impl
TextOrNumber
for
i32
Source
§
impl
TextOrNumber
for
i64
Source
§
impl
TextOrNumber
for
i128
Source
§
impl
TextOrNumber
for
isize
Source
§
impl
TextOrNumber
for
u8
Source
§
impl
TextOrNumber
for
u16
Source
§
impl
TextOrNumber
for
u32
Source
§
impl
TextOrNumber
for
u64
Source
§
impl
TextOrNumber
for
u128
Source
§
impl
TextOrNumber
for
usize
Source
§
impl
TextOrNumber
for
String
Source
§
impl
TextOrNumber
for
CellRange
Source
§
impl
TextOrNumber
for
CellRef
Source
§
impl<'a>
TextOrNumber
for
Cow
<'a,
str
>
Source
§
impl<T:
TextOrNumber
+
Any
+
Sized
>
TextOrNumber
for
Option
<T>
Implementors
§
Source
§
impl<A:
TextOrNumber
>
TextOrNumber
for
FParentheses
<A>