[][src]Trait polyhorn_core::Trigger

pub trait Trigger: 'static {
    fn trigger(&self);
}

Required methods

fn trigger(&self)

Loading content...

Implementors

impl<P: ?Sized> Trigger for Link<P> where
    P: Platform
[src]

Loading content...