Skip to content

Commit

Permalink
Doc clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
daira authored Feb 18, 2025
1 parent a84f064 commit 70689cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/zcash_address/src/kind/unified.rs
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,8 @@ pub trait Item: SealedItem {
/// Returns the opaque typed encoding of this item.
///
/// This is the same encoding used internally by [`Encoding::encode`].
/// This API is for advanced usage; in most cases you should not depend
/// on the typed encoding of items.
fn typed_encoding(&self) -> Vec<u8> {
let mut ret = vec![];
self.write_raw_encoding(&mut ret);
Expand Down

0 comments on commit 70689cf

Please sign in to comment.