[][src]Type Definition sv::util::Result

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

Standard Result used in the library