```rust impl From for Infallible { fn from(e: BufferFullError) -> Infallible { // ??? what do you return here?!?! } }