pub fn wrap<T>(inner: T) -> Wrap<T>
Expand description

Wrap a type so that it implements Reader or Writer as appropriate.