[][src]Trait polyhorn_ui::handles::Imperative

pub trait Imperative {
    type Handle;
}

This trait is implemented by types that have an imperative handle.

Associated Types

type Handle[src]

This is the handle of this imperative type.

Loading content...

Implementors

impl<P: ?Sized, H> Imperative for View<P, H> where
    P: Platform,
    H: ViewHandle
[src]

type Handle = H

Loading content...