Docs.rs
roussillon-type-system-0.3.3
roussillon-type-system 0.3.3
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
Trehinos
Dependencies
Versions
15.42%
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
roussillon_type_system
0.3.3
Tuple
Aliased type
Trait Implementations
DataType
In roussillon_type_system::types::sequence
Type Alias
roussillon_type_system
::
types
::
sequence
::
Tuple
Copy item path
source
·
[
−
]
pub type Tuple =
Vec
<
Type
>;
Aliased Type
§
struct Tuple {
/* private fields */
}
Trait Implementations
§
source
§
impl
DataType
for
Tuple
source
§
fn
size
(&self) ->
usize
The allocation size of an element for this
DataType
at compile time.
source
§
fn
typename
(&self) ->
String
The name of this type.
source
§
fn
construct_from_raw
(&self, raw: &[
u8
]) ->
TypeResult
<
ValueCell
>
Construct a new ValueCell.