Trait scsys_core::Buildable

source ·
pub trait Buildable {
    type Error;

    fn build() -> Result<Self, Self::Error>
    where
        Self: Sized
; }
Expand description

Trait for signaling a structure with a dedicated build stage

Required Associated Types§

Required Methods§

Implementors§