[][src]Trait oauth_1a::Signable

pub trait Signable {
    fn to_bytes(&self) -> Cow<[u8]>;
}

Data that can be signed.

Required methods

fn to_bytes(&self) -> Cow<[u8]>

Get the raw bytes to be signed.

Loading content...

Implementations on Foreign Types

impl Signable for String[src]

impl<'_> Signable for &'_ str[src]

Loading content...

Implementors

impl Signable for SignableRequest[src]

Loading content...