Type Definition paperclip::PaperClipResult[][src]

pub type PaperClipResult<T> = Result<T, PaperClipError>;
Expand description

Generic result used throughout this library.