Module svc_storage::resources::base::simple_resource_linked
source · Expand description
Simple Resource
Re-exports
pub use super::ObjectType;
pub use super::Resource;
pub use super::ResourceObject;
pub use crate::postgres::init::PsqlInitResource;
pub use crate::postgres::init::PsqlInitSimpleResource;
pub use crate::postgres::simple_resource_linked::PsqlType;
pub use crate::postgres::PsqlSearch;
Structs
- Generic resource result wrapper struct used to implement our generic traits
Traits
- Generic trait providing specific functions for our
simple
resources