Skip to content

Commit

Permalink
trait comment
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverb123 committed Oct 7, 2024
1 parent e6709a2 commit 96fb6bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rust/cymbal/src/traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ use crate::{
#[async_trait]
pub trait Resolver {
// Resolvers work on a per-frame basis, so we can be clever about the order
// in which we resolve them.
// in which we resolve them. We also force any resolver to handle all frame
// types
async fn resolve(&self, raw: RawFrame) -> Result<Frame, Error>;
}

0 comments on commit 96fb6bc

Please sign in to comment.