logos.lang.try_trait
Module lang · package logos-lang
Traits
traitFromResidual
trait FromResidual
Types a ?-propagated residual can be converted into at the early-return site.
traitTry
trait Try
Types that can be short-circuited by the ? operator.
Continue/Residual are Rust’s type Continue/type Residual associated types,
lifted to free generic params (slice-1 surface; no associated types yet).