pub type CanisterWsCloseResult = Result<(), String>;
Expand description

The result of ws_close.

Aliased Type§

enum CanisterWsCloseResult {
    Ok(()),
    Err(String),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(String)

Contains the error value