Implement more traits for AssertUnmoved Implements the following traits for AssertUnmoved: * FusedFuture * Stream * FusedStream * Sink * AsyncRead * AsyncWrite * AsyncSeek * AsyncBufRead And adds the following methods: * StreamTestExt::assert_unmoved * SinkTestExt::assert_unmoved_sink * AsyncReadTestExt::assert_unmoved * AsyncWriteTestExt::assert_unmoved_write |