Type Definition grafen::error::Result [] [src]

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

Shorthand for our Result class.