[][src]Function frida_rs::send

pub fn send<T: ?Sized>(message: &T) where
    T: Serialize

Send a message to your Frida application.

This is equivalent to calling send in the JavaScript API.