Re-exports§
pub use error::Error;
pub use ext_traits::job::JobCallExt;
pub use ext_traits::job::JobCallPartsExt;
pub use extract::FromJobCall;
pub use extract::FromJobCallParts;
pub use job::call::JobCall;
pub use job::result::IntoJobResult;
pub use job::result::IntoJobResultParts;
pub use job::result::JobResult;
pub use job::Job;
pub use job::JobId;
Modules§
- error
- ext_
traits - extensions
- extract
- Types and traits for extracting data from requests.
- job
- Async functions that can be used to handle jobs. In the Blueprint SDK a “job” is an async function that accepts zero or more “extractors” as arguments and returns something that can be converted into a job result.
- metadata
- Metadata that can be included in a [
JobCall
] or [JobResult
] to provide additional context.
Structs§
- Bytes
- A cheaply cloneable and sliceable chunk of contiguous memory.