Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: additional trait alignment #18

Closed
wants to merge 1 commit into from
Closed

fix: additional trait alignment #18

wants to merge 1 commit into from

Conversation

Arqu
Copy link
Contributor

@Arqu Arqu commented Nov 25, 2024

Due to this: https://github.com/n0-computer/iroh/actions/runs/11909126284/job/33185889868?pr=2932
We need to further clean up our traits and make sure they all fit together.
Currently blocked on figuring out the composite structs here.

@Arqu Arqu requested a review from dignifiedquire November 25, 2024 09:45
@Arqu Arqu self-assigned this Nov 25, 2024
Comment on lines 9 to +11
#[async_trait]
pub trait CertCache: Send + Sync {
type EC: Debug;
pub trait CertCache: Send + Sync + Display {
type EC: Debug + Display;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm. We should move on from async_trait eventually here.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Filed #20

@Arqu
Copy link
Contributor Author

Arqu commented Nov 26, 2024

No longer required, see #19

@Arqu Arqu closed this Nov 26, 2024
@Arqu Arqu deleted the arqu/display_fix branch November 26, 2024 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants