Trait oxygengine_user_interface::FeedProcessContext[][src]

pub trait FeedProcessContext where
    Self: Sized
{ fn feed_process_context(self, _context: &mut ProcessContext<'_>) { ... } }

Provided methods

Implementations on Foreign Types

Implementors