[][src]Function assemble_app::pubsub_publish_obj

pub fn pubsub_publish_obj<T>(k: &str, event: &str, v: T) -> Result<()> where
    T: Serialize