Sha256: 2a40a764fb4683bff57973eec61507a6c00f7d4d7a32da6e7bd0190c2e445434
Contents?: true
Size: 140 Bytes
Versions: 38
Compression:
Stored size: 140 Bytes
Contents
use thiserror::Error; #[derive(Error, Debug)] pub enum Error { #[error(transparent)] Other(anyhow::Error, String), } fn main() {}
Version data entries
38 entries across 38 versions & 1 rubygems