to_object

Function to_object 

Source
pub fn to_object<'a, I: IntoIterator<Item = &'a str>>(
    serializable: impl Serialize,
    skip_signature_paths: I,
) -> Result<Value, ProtocolError>