Trait fractal::components::pill::source::PillSourceImpl

source ·
pub trait PillSourceImpl: ObjectImpl {
    // Required method
    fn identifier(&self) -> String;
}
Expand description

Public trait that must be implemented for everything that derives from PillSource.

Overriding a method from this Trait overrides also its behavior in PillSourceExt.

Required Methods§

source

fn identifier(&self) -> String

A unique identifier for this source.

Object Safety§

This trait is not object safe.

Implementors§