[][src]Macro safe_bytes::typed_field

macro_rules! typed_field {
    ($instance:expr, $type:path, $field:ident) => { ... };
}

Creates TypeField for fieled of the given instance. Can be used to implement PaddingBane::get_fields.