Type Definition zkinterface::Result[][src]

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

A result type with a predefined error type