[][src]Function assemble_app::pubsub_publish

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