Type Definition tsukuyomi::AppResult[][src]

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

A type alias of Result<T, E> which will be returned from run.

This typed is intended to be used as the return type of main().