Docs.rs
storm-core-0.9.0
storm-core 0.9.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
dr-orlovsky
Dependencies
amplify ^3.13.0
normal
bitcoin_hashes ^0.11.0
normal
commit_verify ^0.9.0
normal
internet2 ^0.9.0
normal
lnpbp_bech32 ^0.9.0
normal
once_cell ^1.12.0
normal
serde ^1
normal
optional
serde_with ^1.14
normal
optional
stens ^0.9.0
normal
strict_encoding ^0.9.0
normal
Versions
43.3%
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
storm
0.9.0
TryTo
Chunk
Required Methods
try_to_chunk
Implementations on Foreign Types
Holder<B, UseStrictEncoding>
Implementors
In storm::
chunk
storm
::
chunk
Trait
TryToChunk
Copy item path
Source
pub trait TryToChunk { // Required method fn
try_to_chunk
(&self) ->
Result
<
Chunk
,
TooLargeData
>; }
Required Methods
§
Source
fn
try_to_chunk
(&self) ->
Result
<
Chunk
,
TooLargeData
>
Implementations on Foreign Types
§
Source
§
impl<B>
TryToChunk
for
Holder
<B,
UseStrictEncoding
>
where B:
StrictEncode
,
Source
§
fn
try_to_chunk
(&self) ->
Result
<
Chunk
,
TooLargeData
>
Implementors
§
Source
§
impl
TryToChunk
for
Chunk
Source
§
impl<T>
TryToChunk
for T
where T:
Strategy
+
Clone
,
Holder
<T, <T as
Strategy
>::
Strategy
>:
TryToChunk
,