Type Definition tracery::Result[][src]

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

A convenience type for a Result of T or Error