pub fn try_lend_mut<M: LendMut>(cid: CID, msg: M) -> Result<M::Response, Error>
Permission: not needed
Send a LendMut message, returning the transport error instead of panicking when it cannot be delivered (e.g. the server is gone).
LendMut