Type Alias creusot_contracts::util::SizedW
source · pub type SizedW<T> = Box<T>;
Expand description
A wrapper around T
that makes it safe.
This type is indented to be used in logic code.
Aliased Type§
struct SizedW<T>(/* private fields */);