From 288205e302d9f6afa06b8602184e983d2080a5b6 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Tue, 17 Oct 2023 21:17:55 -0400 Subject: CLI tool for updating Route53 DNS for an ASG. --- src/result.rs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/result.rs (limited to 'src/result.rs') diff --git a/src/result.rs b/src/result.rs new file mode 100644 index 0000000..7c607c5 --- /dev/null +++ b/src/result.rs @@ -0,0 +1,4 @@ +use anyhow; + +pub type Error = anyhow::Error; +pub type Result = std::result::Result; -- cgit v1.2.3