mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
config: extract read_and_leak; almost done with layer-if
This commit is contained in:
parent
cd8d85bd97
commit
d427dc409d
3 changed files with 105 additions and 44 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue