pub type CanisterCloseResult = Result<(), String>;
The result of close.
enum CanisterCloseResult { Ok(()), Err(String), }
Contains the success value
Contains the error value