Skip to main content

format_skill_wrap_response

Function format_skill_wrap_response 

Source
fn format_skill_wrap_response<Rsp>(
    decode_label: &str,
    stock_symbol: &str,
    body: &[u8],
) -> Result<String>
where Rsp: Message + Default + SkillWrapRsp,