[−][src]Type Definition twilight_gateway::shard::error::Result
type Result<T, E = Error> = StdResult<T, E>;
A result enum with the error type being the shard's Error
type.
type Result<T, E = Error> = StdResult<T, E>;
A result enum with the error type being the shard's Error
type.