Docs.rs
tc-value-0.2.3
tc-value 0.2.3
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
haydnv
Dependencies
async-trait ^0.1
normal
base64 ^0.13
normal
bytes ^1.0
normal
collate ~0.1.9
normal
destream ^0.5
normal
futures ^0.3
normal
handlebars ^4.1
normal
hex ^0.4
normal
log ^0.4
normal
number-general ~0.4.3
normal
safecast ^0.1
normal
serde ^1.0
normal
serde_json ^1.0
normal
tc-error ~0.3.1
normal
tcgeneric ~0.2.4
normal
uuid ^0.8
normal
Versions
39.47%
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
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
☰
Trait DType
Required Methods
dtype
Implementations on Foreign Types
Complex<f32>
Complex<f64>
bool
f32
f64
i16
i32
i64
i8
u16
u32
u64
u8
Implementors
Other items in
tc_value
?
Trait
tc_value
::
DType
[
−
]
[src]
pub trait DType { fn
dtype
() ->
NumberType
; }
Required methods
[src]
fn
dtype
() ->
NumberType
Implementations on Foreign Types
[src]
impl
DType
for
u32
[src]
pub fn
dtype
() ->
NumberType
[src]
impl
DType
for
u8
[src]
pub fn
dtype
() ->
NumberType
[src]
impl
DType
for
Complex
<
f32
>
[src]
pub fn
dtype
() ->
NumberType
[src]
impl
DType
for
u64
[src]
pub fn
dtype
() ->
NumberType
[src]
impl
DType
for
f64
[src]
pub fn
dtype
() ->
NumberType
[src]
impl
DType
for
i64
[src]
pub fn
dtype
() ->
NumberType
[src]
impl
DType
for
f32
[src]
pub fn
dtype
() ->
NumberType
[src]
impl
DType
for
u16
[src]
pub fn
dtype
() ->
NumberType
[src]
impl
DType
for
i32
[src]
pub fn
dtype
() ->
NumberType
[src]
impl
DType
for
Complex
<
f64
>
[src]
pub fn
dtype
() ->
NumberType
[src]
impl
DType
for
bool
[src]
pub fn
dtype
() ->
NumberType
[src]
impl
DType
for
i16
[src]
pub fn
dtype
() ->
NumberType
[src]
impl
DType
for
i8
[src]
pub fn
dtype
() ->
NumberType
Implementors