pub trait PageTransitionEventMethods {
    // Required methods
    fn Persisted(&self) -> bool;
    fn IsTrusted(&self) -> bool;
}

Required Methods§

source

fn Persisted(&self) -> bool

source

fn IsTrusted(&self) -> bool

Implementors§