Type Definition reed_solomon_erasure::Shard [] [src]

type Shard = Rc<RefCell<Box<[u8]>>>;

Main data type used by this library