Trait optics::traits::OpticsKnownSource
source · pub trait OpticsKnownSource: Optics<Self::Source> {
type Source: ?Sized;
}
Expand description
Optics with a single possible source type.
Required Associated Types§
Object Safety§
This trait is not object safe.