pub trait Strategy {
    type Strategy;
}
Expand description

Marker trait defining specific encoding strategy which should be used for automatic implementation of both StrictEncode and StrictDecode.

Required Associated Types§

Specific strategy. List of supported strategies:

Implementations on Foreign Types§

Implementors§