[][src]Type Definition multer::Result

type Result<T> = Result<T, Error>;

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