Type Definition multer::Result

source · []
pub type Result<T, E = Error> = Result<T, E>;
Expand description

A Result type often returned from methods that can have multer errors.