Type Definition lexoffice::Result[][src]

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

A Result where the Err is a lexoffice::Error