pub trait Strategy {
type Strategy;
}
Expand description
Marker trait defining specific encoding strategy which should be used
for conversion into and from Chunk
blob.
pub trait Strategy {
type Strategy;
}
Marker trait defining specific encoding strategy which should be used
for conversion into and from Chunk
blob.