Skip to content

minor refactor to use implemented deref trait#69

Open
ikwuoz wants to merge 1 commit into
circlefin:mainfrom
ikwuoz:refactor/deref-engine
Open

minor refactor to use implemented deref trait#69
ikwuoz wants to merge 1 commit into
circlefin:mainfrom
ikwuoz:refactor/deref-engine

Conversation

@ikwuoz
Copy link
Copy Markdown

@ikwuoz ikwuoz commented May 14, 2026

Minor refactoring to use already implementedDeref trait, for cleaner syntax.

impl Deref for Engine {
type Target = Inner;
fn deref(&self) -> &Self::Target {
&self.0
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant