Skip to main content

refuse_reserved

Function refuse_reserved 

Source
pub fn refuse_reserved(coll: &str) -> Result<(), Error>
Expand description

Refuse a write the caller is not allowed to make.

Named for what it does to the caller, not for what it returns, because the only correct response at every call site is to stop.