-
I'm a bit confused as to the purpose of using `ErrorType` as the type for the `Error` case of `Result`. Doesn't this mean that if I wanted to pull an `NSError` out of the enum, I would have to cast it…
-
Mostly drive by observation, but the explainer currently says:
> intertype type definitions are required to be acyclic. This restriction follows from the fact that interface types are meant to be u…
-
### Code
```Rust
#![feature(impl_trait_in_assoc_type)]
pub trait Transaction {
type Check: 'static;
fn check(&self) -> Self::Check;
fn commit(&self, check: Self::Check);
}
pub m…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
Alright, first off, thanks a ton for creating this great project. I use it in a professional context on a daily b…
-
Often, a project only has a year attributed to a start or end date. Currently the DMS doesn't accept anything less than month/date/year...I have had to enter months/days just to save the year in there…
-
# The current asymmetric keys API
The TLS handshakes code still relies on the mbed TLS code to load x509 certificates and private keys, which significantly duplicates the Linux asymmetric keys API.…
-
I wanted to try out the new lifetime resolution in generic associated types merged in #46706.
```rust
#![feature(generic_associated_types)]
pub trait Tokenizer {
type TokenIter;
}
```
…
-
This crate (and also similarly polonius-the-crab) work with a
```rs
pub trait HKT
where
Self: for,
{ }
pub trait WithLifetime WithLifetime>` trait objects that implement it.
However, s…
-
Hi! I recently got into my head an idea to [play around with offline copies of Wikipedia](https://github.com/segfall/static-wiki#building-the-app). The Wikimedia foundation very helpfully [provides do…
-
COACH needs to be able to operate against a Cerner-backed FHIR server at MU. this ticket represents this development task.
[Cerner FHIR R4 API docs](https://fhir.cerner.com/millennium/r4/)