Skip to content

Commit

Permalink
add TODOs rigth in the code
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillan committed Aug 30, 2023
1 parent c231582 commit ef29212
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rust/src/srtp_parameters.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ impl Default for SrtpCryptoSuite {
}
}

// TODO: Remove once SrtpCryptoSuite is defined in fbs.
impl ToString for SrtpCryptoSuite {
fn to_string(&self) -> String {
match self {
Expand All @@ -69,6 +70,7 @@ impl ToString for SrtpCryptoSuite {
#[derive(Debug, Eq, PartialEq)]
pub struct ParseCryptoSuiteError;

// TODO: Remove once SrtpCryptoSuite is defined in fbs.
impl FromStr for SrtpCryptoSuite {
type Err = ParseCryptoSuiteError;

Expand Down

0 comments on commit ef29212

Please sign in to comment.