config: extract read_and_leak; almost done with layer-if

This commit is contained in:
🪞👃🪞 2025-05-02 23:50:16 +03:00
parent cd8d85bd97
commit d427dc409d
3 changed files with 105 additions and 44 deletions

View file

@ -15,6 +15,7 @@
#![feature(trait_alias)]
#![feature(type_changing_struct_update)]
#![feature(let_chains)]
#![feature(closure_lifetime_binder)]
/// Standard result type.
pub type Usually<T> = std::result::Result<T, Box<dyn std::error::Error>>;
/// Standard optional result type.