pub fn parse_inbound(
method: &str,
params: Value,
) -> Result<InboundSettingsEditorFrame, SettingsEditorParseError>Expand description
Parse the params object of a settings.editor.* notification.
pub fn parse_inbound(
method: &str,
params: Value,
) -> Result<InboundSettingsEditorFrame, SettingsEditorParseError>Parse the params object of a settings.editor.* notification.