You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes it is nice to be able to return a `Box<dyn ClientHook>` or and
untyped `Client` from the functions that use FromClientHook like `bootstrap`.
This commit simply adds trivial implementations of `FromClientHook` for
`Box<dyn ClientHook>` and `Client`.
0 commit comments