[][src]Function nature_demo::send_with_context

pub fn send_with_context<T>(
    meta_key: &str,
    bo: &T,
    context: &HashMap<String, String>
) -> Result<ID> where
    T: Serialize