Skip to main content

EnumAllSource

Trait EnumAllSource 

Source
pub trait EnumAllSource: Sized {
    // Required method
    fn enum_all_sources(&mut self, context: &EnumAllContext);
}

Required Methods§

Source

fn enum_all_sources(&mut self, context: &EnumAllContext)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§