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
Reduce the need for boilerplate code in simple drivers.
Provide a default `FileOpener` implementation for types that implement
`Default`, whose wrappers are `Box`, and that have no per-device shared
state.
Make `Box` the default wrapper, so that drivers only need to define
`Wrapper` if they need something different.
Signed-off-by: Wedson Almeida Filho <[email protected]>
0 commit comments