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

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

Represents a brawl-api Result type.