Felix Fanghaenel

Results 3 comments of Felix Fanghaenel

I just stumbled across the same issue and wrote a thin wrapper around it: ```rust use serde::de::DeserializeOwned; #[derive(Debug)] pub enum FromEnvError { MissingValue(String), Custom(String), } pub trait FromEnv: DeserializeOwned {...

> I am also affected by this issue. Is this PR ready to be merged? From my point of view, it is. @tiangolo is there anything else you need me...

Seems like a duplicate of #10895. Would love to see any of PRs the merged. :)