Skip to main content

is_delegatable_return

Function is_delegatable_return 

Source
pub fn is_delegatable_return(ty: &TypeRef) -> bool
Expand description

Return types are more permissive — Named types work via .into() (core→binding From exists).

Json is delegatable: the binding returns a JSON string and the core serde_json::Value is serialized via .to_string() by wrap_return_with_mutex_mapped.