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§

source

type Source: ?Sized

Source type for this optics.

Object Safety§

This trait is not object safe.

Implementors§