Searched defs:HypeOutput (Results 1 – 1 of 1) sorted by relevance
5 pub struct HypeOutput { struct11 fn hypeify(input: String, num_exclamations: i32) -> HypeOutput; in hypeify()16 use crate::ffi::HypeOutput;18 pub fn hypeify(input: String, num_exclamations: i32) -> HypeOutput { in hypeify()