[][src]Type Definition tracery::Result

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

A convenience type for a Result of T or Error