Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

AddSerializedStateSize

Type Alias AddSerializedStateSize 

Source
pub type AddSerializedStateSize<T, S> = Sum<T, <S as SerializableState>::SerializedStateSize>;
Expand description

Alias for AddSerializedStateSize<T, S> = Sum<T, S::SerializedStateSize>