[][src]Type Definition fasters::Result

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

Shorthand for a Result with the error type serde_json::Error.