Struct flow_sdk::algorithms::secp256k1::SignOnlyPreallocated [−][src]
pub struct SignOnlyPreallocated<'buf> { /* fields omitted */ }
Expand description
Represents the set of capabilities needed for signing with a user preallocated memory.
Trait Implementations
Auto Trait Implementations
impl<'buf> RefUnwindSafe for SignOnlyPreallocated<'buf>
impl<'buf> Send for SignOnlyPreallocated<'buf>
impl<'buf> Sync for SignOnlyPreallocated<'buf>
impl<'buf> Unpin for SignOnlyPreallocated<'buf>
impl<'buf> UnwindSafe for SignOnlyPreallocated<'buf>
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T
in a tonic::Request
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more