Type Definition crowbook::Result [] [src]

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

Crowbook's Result type, used by many methods that can fail