Skip to content

Commit

Permalink
Update protocols/v2/binary-sv2/no-serde-sv2/codec/src/codec/encodable.rs
Browse files Browse the repository at this point in the history
Co-authored-by: jbesraa <[email protected]>
  • Loading branch information
Shourya742 and jbesraa authored Dec 7, 2024
1 parent ba8b84d commit 853f776
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,6 @@ pub enum EncodableField<'a> {
Struct(Vec<EncodableField<'a>>),
}

/// Provides the encoding logic for fields
///
/// The `encode` method serializes a field into the destination buffer `dst`, starting
/// at the provided `offset`. If the field is a structure, it recursively encodes
/// each contained field. If the buffer is too small or encoding fails, the method
/// returns an error.
impl<'a> EncodableField<'a> {
/// The `encode` method serializes a field into the destination buffer `dst`, starting
/// at the provided `offset`. If the field is a structure, it recursively encodes
Expand Down

0 comments on commit 853f776

Please sign in to comment.