pub fn set_can_raise(can_raise: bool) -> Result<(), Error>
Set whether clients can send raise requests to the daemon.
Will fail with Error::DaemonNotRunning if the daemon isn’t running.
Error::DaemonNotRunning