pub trait ResultExt<T, E: ToString> { // Required method fn map_storage_err(self) -> Result<T, Error>; }