[][src]Type Definition amiquip::Result

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

A type alias for handling errors throughout amiquip.