Trait redact_composer_core::IntoSegment
source · pub trait IntoSegment: Sealed {
// Required methods
fn into_segment(self, timing: impl Into<Timing>) -> Segment;
fn over(self, timing: impl Into<Timing>) -> Segment;
}
Required Methods§
Object Safety§
This trait is not object safe.