pub trait FilterArgument<'map, 'elem: 'map>: Value<'map, 'elem> + Sealed {
    fn type_name() -> &'static str;
}
Expand description

An internal trait representing a filter argument type.

Required Methods

Returns the VapourSynth type name for this argument type.

Implementations on Foreign Types

Implementors