specify_err

Function specify_err 

Source
pub fn specify_err<T, E, I>(init: I) -> impl Init<T, E>
where I: Init<T, E>,
Expand description

Specify an Error type if type inference cannot infer it.