pub trait ReadErrCtxIo<T> { // Required method fn errorize_io(self, node: &'static str) -> Result<T, ReadError>; }