pub trait IntoAccountId: Sized {
    fn into_account_id(self) -> Result<AccountId, StellarSdkError>;
    fn into_encoding(self) -> Vec<u8>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
    A: Allocator,
; }

Required Methods

Implementors