Type Alias ic_websocket_cdk::CanisterWsSendResult
source · pub type CanisterWsSendResult = Result<(), String>;Expand description
The result of [ws_send].
Aliased Type§
enum CanisterWsSendResult {
Ok(()),
Err(String),
}