Sha256: f3d5f8e3d6fccfcdbb630db291353709583a920c6bf46f9f9de9966b67ea4c0f
Contents?: true
Size: 161 Bytes
Versions: 38
Compression:
Stored size: 161 Bytes
Contents
use thiserror::Error; #[derive(Error, Debug)] pub struct ErrorStruct { #[source] a: std::io::Error, #[source] b: anyhow::Error, } fn main() {}
Version data entries
38 entries across 38 versions & 1 rubygems