//! Resource accessors for [`SeedClient`](super::SeedClient).
//!
//! Each resource is a thin borrow (`&'c SeedClient`) that exposes typed
//! methods for a related group of endpoints. Resources do not hold state
//! beyond the borrow.
pub use CustodyResource;
pub use MeshResource;
pub use OtaResource;
pub use PairResource;
pub use StoreResource;
pub use WitnessResource;