Type Definition ably::error::Result

source ·
pub type Result<T> = Result<T, Error>;
Expand description

A Result alias where the Err variant contains an Error.