pub trait EpochErrorResultToChainError<T> { // Required method fn into_chain_error(self) -> Result<T, Error>; }