[][src]Macro thin::make_fat

macro_rules! make_fat {
    () => { ... };
}

Implement Thinnable::make_fat.

All this does is an as-cast between the erased slice type and a self pointer.