pub trait IntoInjectableResult<T> { // Required method fn into_injectable_result(self) -> Result<T>; }