mgeisler / textwrap

An efficient and powerful Rust library for word wrapping text.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot infer type for type parameter `Opt` declared on the function `wrap`

peepo5 opened this issue · comments

If you are getting this error, pass the max width of the strings as a usize rather than u16, or any other type for example.