Type Definition weeb_api::Result [] [src]

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

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