aerosol

Trait ConstructibleResourceList

Source
pub trait ConstructibleResourceList: ResourceList {
    // Required method
    fn construct<R: ResourceList>(aero: &Aero<R>) -> Result<()>;
}
Expand description

Automatically implemented for resource lists where every resource can be constructed.

Required Methods§

Source

fn construct<R: ResourceList>(aero: &Aero<R>) -> Result<()>

Construct every resource in this list in the provided aerosol instance

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl ConstructibleResourceList for HNil

Source§

impl<H: ConstructibleResource, T: ConstructibleResourceList> ConstructibleResourceList for HCons<H, T>

Implementors§

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy