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