pub trait FontFaceSetMethods {
    // Required method
    fn Ready(&self) -> Rc<Promise>;
}

Required Methods§

source

fn Ready(&self) -> Rc<Promise>

Implementors§