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

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

Alias for Result<T, Error>.