Docs.rs
tea-dtype-0.3.0
tea-dtype 0.3.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Teamon9161
Dependencies
num-traits ^0.2
normal
tea-time ^0.3.0
normal
optional
Versions
0%
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
tea_
dtype
0.3.0
Bool
Type
Required Methods
bool_
Implementations on Foreign Types
&bool
bool
Object Safety
Implementors
In crate tea_
dtype
Trait
tea_dtype
::
BoolType
Copy item path
source
·
[
−
]
pub trait BoolType:
Copy
{ // Required method fn
bool_
(self) ->
bool
; }
Required Methods
§
source
fn
bool_
(self) ->
bool
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl
BoolType
for &
bool
source
§
fn
bool_
(self) ->
bool
source
§
impl
BoolType
for
bool
source
§
fn
bool_
(self) ->
bool
Implementors
§