Type Definition filecheck::Result [] [src]

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

A result from the filecheck library.