pub type Result<T> = Result<T, RmuxError>;
SDK result alias parameterised over the SDK facade RmuxError.
RmuxError
pub enum Result<T> { Ok(T), Err(RmuxError), }
Contains the success value
Contains the error value