Skip to main content

set_can_raise

Function set_can_raise 

Source
pub fn set_can_raise(can_raise: bool) -> Result<(), Error>
Expand description

Set whether clients can send raise requests to the daemon.

Will fail with Error::DaemonNotRunning if the daemon isn’t running.