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