pub struct GapFiller;Expand description
Fills gaps between composed patterns with glue code.
Implementations§
Source§impl GapFiller
impl GapFiller
pub fn new() -> Self
pub fn fill_gaps( &self, code: &str, gaps: &[GapDescription], ) -> EvolveResult<String>
pub fn identify_gaps(&self, code: &str) -> Vec<GapDescription>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GapFiller
impl RefUnwindSafe for GapFiller
impl Send for GapFiller
impl Sync for GapFiller
impl Unpin for GapFiller
impl UnsafeUnpin for GapFiller
impl UnwindSafe for GapFiller
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more