pub trait DirModelDataArgs<'largs> {
    fn exec(self, original_self: &'largs DirModel) -> Variant;
}
Expand description

This trait represents a set of arguments accepted by DirModel::data method.

Required Methods§

Implementations on Foreign Types§

Implementors§