macro_rules! derive_array_from_blob { ($struct_name:ident, $field_type:ty, $field_array_name:ident) => { ... }; }
Expand description
Defines struct with a byte array that derives DeriveValueType
, it will helps to map blob stored in database to Pb struct array.