wrap

Function wrap 

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

Wrap a type so that it implements Reader and Writer.