Closed ruseinov closed 1 year ago
Some context here: https://github.com/ChainSafe/forest/blob/3f960de479c9ce33eda94febd5190c38898811e5/src/db/car/mod.rs#L24-L40
Thanks! Seems consistent given impl<R: Read + ?Sized> Read for Box<R> { in the standard library.
impl<R: Read + ?Sized> Read for Box<R> {
@niklasf cheers! Looking forward to a new release in order to employ it in our project!
Some context here: https://github.com/ChainSafe/forest/blob/3f960de479c9ce33eda94febd5190c38898811e5/src/db/car/mod.rs#L24-L40