pub struct AbsRequestSender { /* private fields */ }
Implementations
pub fn send_snapshot_request(
&self,
snapshot_request: SnapshotRequest
) -> Result<(), SendError<SnapshotRequest>>
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for AbsRequestSender
impl Send for AbsRequestSender
impl Sync for AbsRequestSender
impl Unpin for AbsRequestSender
impl UnwindSafe for AbsRequestSender
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
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