Trait Strategy

Source
pub trait Strategy {
    type Strategy;
}
Expand description

Marker trait defining specific encoding strategy which should be used for conversion into and from Chunk blob.

Required Associated Types§

Source

type Strategy

Specific strategy. List of supported strategies:

  • [StrictEncoding]

Implementors§