Macro derive_from_blob

Source
macro_rules! derive_from_blob {
    ($struct_name:ident, $field_type:ty) => { ... };
}
Expand description

Defines struct with a byte array that derives DeriveValueType, it will helps to map blob stored in database to Pb struct.