Docs.rs
simperby-core-0.2.0
simperby-core 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
junha1
Dependencies
bincode ^1.3.3
normal
hex ^0.4.3
normal
rand ^0.7
normal
secp256k1 ^0.24.2
normal
semver ^1.0.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
sha3 ^0.10.6
normal
thiserror ^1.0.32
normal
Versions
33.8%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
simperby_
core
0.2.0
ToHash256
Required Methods
to_hash256
Implementations on Foreign Types
(T1, T2)
(T1, T2, T3)
String
i64
u64
Implementors
In simperby_
core::
crypto
simperby_core
::
crypto
Trait
ToHash256
Copy item path
Source
pub trait ToHash256 { // Required method fn
to_hash256
(&self) ->
Hash256
; }
Required Methods
§
Source
fn
to_hash256
(&self) ->
Hash256
Implementations on Foreign Types
§
Source
§
impl
ToHash256
for
i64
Source
§
fn
to_hash256
(&self) ->
Hash256
Source
§
impl
ToHash256
for
u64
Source
§
fn
to_hash256
(&self) ->
Hash256
Source
§
impl
ToHash256
for
String
Source
§
fn
to_hash256
(&self) ->
Hash256
Source
§
impl<T1, T2>
ToHash256
for
(T1, T2)
where T1:
ToHash256
, T2:
ToHash256
,
Source
§
fn
to_hash256
(&self) ->
Hash256
Source
§
impl<T1, T2, T3>
ToHash256
for
(T1, T2, T3)
where T1:
ToHash256
, T2:
ToHash256
, T3:
ToHash256
,
Source
§
fn
to_hash256
(&self) ->
Hash256
Implementors
§
Source
§
impl
ToHash256
for
Commit
Source
§
impl
ToHash256
for
Diff
Source
§
impl
ToHash256
for
ExtraAgendaTransaction
Source
§
impl
ToHash256
for
Agenda
Source
§
impl
ToHash256
for
AgendaProof
Source
§
impl
ToHash256
for
BlockHeader
Source
§
impl
ToHash256
for
ChatLog
Source
§
impl
ToHash256
for
CommitHash
Source
§
impl
ToHash256
for
DelegationTransactionData
Source
§
impl
ToHash256
for
FinalizationSignTarget
Source
§
impl
ToHash256
for
GenesisInfo
Source
§
impl
ToHash256
for
Member
Source
§
impl
ToHash256
for
Transaction
Source
§
impl
ToHash256
for
UndelegationTransactionData