Docs.rs
bitcoin-primitives-0.1.13-alpha.0
bitcoin-primitives 0.1.13-alpha.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
apoelstra
tcharding
klebs6
Dependencies
bitcoin-derive ^0.1.13-alpha.0
normal
bitcoin-imports ^0.1.13-alpha.0
normal
bitcoin-support ^0.1.13-alpha.0
normal
lazy_static ^1.4.0
normal
libc ^0.2.126
normal
serde ^1.0.152
normal
static_assertions ^1.1.0
normal
bitcoin-cfg ^0.1.13-alpha.0
build
Versions
0%
of the crate is documented
Go to latest stable release
Platform
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
☰
GetType
Required Methods
get_type
Implementors
In bitcoin_primitives
?
Trait
bitcoin_primitives
::
GetType
source
·
[
−
]
pub trait GetType { // Required method fn
get_type
(&self) ->
i32
; }
Required Methods
§
source
fn
get_type
(&self) ->
i32
Implementors
§
source
§
impl<Stream>
GetType
for
OverrideStream
<Stream>