Trait TryToChunk

Source
pub trait TryToChunk {
    // Required method
    fn try_to_chunk(&self) -> Result<Chunk, TooLargeData>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl<B> TryToChunk for Holder<B, UseStrictEncoding>
where B: StrictEncode,

Implementors§