Skip to content

Commit

Permalink
Add Debug, Clone implementation for BackendId
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Dec 1, 2023
1 parent b885afb commit 91c59a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ use crate::{
///
/// This ID can refer to the core backend provided by the Trussed crate, or to a custom backend
/// defined by the runner. The custom ID type is defined by [`Dispatch::BackendId`][].
#[derive(Debug, Clone)]
pub enum BackendId<I> {
Core,
Custom(I),
Expand Down

0 comments on commit 91c59a7

Please sign in to comment.