[][src]Type Definition jq_rs::Result

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

This is the common Result type for the crate. Fallible operations will return this.