get_msc

Function get_msc 

Source
pub async fn get_msc<Conn>(
    conn: &Conn,
    drawable: Drawable,
) -> Result<Cookie<'_, Conn, GetMSCReply>, ConnectionError>
where Conn: RequestConnection + ?Sized,