Docs.rs
raiden-primitives-0.1.0
raiden-primitives 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
rakanalh
Dependencies
derive_more ^0.99.11
normal
hex ^0.4.3
normal
lazy_static ^1.4.0
normal
once_cell ^1.8.0
normal
secp256k1 ^0.21
normal
serde ^1.0.136
normal
serde_json ^1.0.59
normal
sha2 ^0.10.6
normal
tokio ^1.0
normal
web3 ^0.18.0
normal
Versions
64.75%
of the crate is documented
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
ToBytes
raiden_
primitives
0.1.0
ToBytes
Required Methods
to_bytes
Implementations on Foreign Types
Signature
Implementors
In raiden_
primitives::
traits
raiden_primitives
::
traits
Trait
ToBytes
Copy item path
Source
pub trait ToBytes { // Required method fn
to_bytes
(&self) ->
Vec
<
u8
>
ⓘ
; }
Expand description
Convert type for bytes
Required Methods
§
Source
fn
to_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Implementations on Foreign Types
§
Source
§
impl
ToBytes
for
Signature
Source
§
fn
to_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Implementors
§
Source
§
impl
ToBytes
for
U256