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

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

A result type to compose a successful value and the library's Error type.