Trait LayerManifestExt

Source
pub trait LayerManifestExt {
    // Required method
    fn test_default() -> Self;
}
Available on crate feature _test only.
Expand description

A trait to provide an extra meaningful constructor for LayerManifest.

Required Methods§

Source

fn test_default() -> Self

Create a LayerManifest with reasonable fields.

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.

Implementors§