Commits


Jorge C. Leitao authored and Andrew Lamb committed 48676f28415
ARROW-11038: [Rust] Removed unused trait and Result. This PR removes an unused trait and associated API that returns `Result<()>` for infalible implementations Both of these are historical artifacts derived from using `io::write`, which was abandoned because these operations are infalible. Closes #9017 from jorgecarleitao/clean_trait Authored-by: Jorge C. Leitao <jorgecarleitao@gmail.com> Signed-off-by: Andrew Lamb <andrew@nerdnetworks.org>