Skip to main content
KeyOS API Reference

try_lend_mut

Function try_lend_mut 

Source
pub fn try_lend_mut<M: LendMut>(cid: CID, msg: M) -> Result<M::Response, Error>

Permission: not needed

Expand description

Send a LendMut message, returning the transport error instead of panicking when it cannot be delivered (e.g. the server is gone).