pub trait StorageWriter: Write + Seek + Send + 'static { }
Handle for writing to the underlying storage layer.