[][src]Type Definition tydi::Result

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

Result type with Error variants.