pub trait MaybeApiKey { // Required method fn maybe_key(self) -> Option<String>; }
Helper thread to allow setting an API key from various types