Type Definition forceps::Result[][src]

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

Result that is returned by all error-bound operations of forceps.