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