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