Function pin_init::specify_err[][src]

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.