Function x11rb::protocol::xproto::get_font_path

source ยท
pub fn get_font_path<Conn>(
    conn: &Conn,
) -> Result<Cookie<'_, Conn, GetFontPathReply>, ConnectionError>
where Conn: RequestConnection + ?Sized,