pub fn lkc_lstatus_set(
status: LkcLocalStatusArgs,
update: impl FnMut(Domain, GroupID, &LkPath, Link) -> LkResult<PointBox> + 'static,
) -> LkResult<()>
Expand description
Insert a callback that is triggered on a request. Must yield a valid response.