[][src]Type Definition figment::error::Result

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

A simple alias to Result with an error type of Error.