Docs.rs
balius-sdk-0.5.2
balius-sdk 0.5.2
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
scarmuega
Dependencies
balius-macros ^0.5.2
normal
hex ^0.4.3
normal
pallas-addresses ^0.32.0
normal
pallas-codec ^0.32.0
normal
pallas-crypto ^0.32.0
normal
pallas-primitives ^0.32.0
normal
pallas-traverse ^0.32.0
normal
prost ^0.13.3
normal
serde ^1.0.210
normal
serde_json ^1.0.128
normal
serde_with ^3.9.0
normal
thiserror ^2.0.11
normal
tracing ^0.1.40
normal
tracing-subscriber ^0.3
normal
url ^2.5
normal
utxorpc-spec ^0.16.0
normal
wit-bindgen ^0.39.0
normal
Versions
9.69%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
AsHeader
balius_
sdk
0.5.2
AsHeader
Required Methods
into_bytes
Implementations on Foreign Types
&[u8]
&str
String
Vec<u8>
Implementors
In balius_
sdk::
http
balius_sdk
::
http
Trait
AsHeader
Copy item path
Source
pub trait AsHeader { // Required method fn
into_bytes
(self) ->
Vec
<
u8
>
ⓘ
; }
Required Methods
§
Source
fn
into_bytes
(self) ->
Vec
<
u8
>
ⓘ
Implementations on Foreign Types
§
Source
§
impl
AsHeader
for &
str
Source
§
fn
into_bytes
(self) ->
Vec
<
u8
>
ⓘ
Source
§
impl
AsHeader
for &[
u8
]
Source
§
fn
into_bytes
(self) ->
Vec
<
u8
>
ⓘ
Source
§
impl
AsHeader
for
String
Source
§
fn
into_bytes
(self) ->
Vec
<
u8
>
ⓘ
Source
§
impl
AsHeader
for
Vec
<
u8
>
Source
§
fn
into_bytes
(self) ->
Vec
<
u8
>
ⓘ
Implementors
§