kickstarter::Result [] [src]

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

A type for results generated by Kickstarter-related functions, where the Err type is kickstarter::Error.