Trait consecuit::construction::subtree::Subtree[][src]

pub trait Subtree: Sealed {
    type Props;
    fn re_render(&self, props: Self::Props);
}
Expand description

Internal use. Sealed.

Associated Types

Required methods

Implementors