Struct flow_sdk::algorithms::secp256k1::VerifyOnlyPreallocated [−][src]
pub struct VerifyOnlyPreallocated<'buf> { /* fields omitted */ }
Expand description
Represents the set of capabilities needed for verification with a user preallocated memory.
Trait Implementations
Auto Trait Implementations
impl<'buf> RefUnwindSafe for VerifyOnlyPreallocated<'buf>
impl<'buf> Send for VerifyOnlyPreallocated<'buf>
impl<'buf> Sync for VerifyOnlyPreallocated<'buf>
impl<'buf> Unpin for VerifyOnlyPreallocated<'buf>
impl<'buf> UnwindSafe for VerifyOnlyPreallocated<'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