NextFunction

Type Alias NextFunction 

Source
pub type NextFunction<'a> = dyn FnMut(Result<(), String>) + 'a;