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

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

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