Skip to main content
BirthMode
behavior
0.10.0
Birth
Mode
Required Associated Types
Child
Implementors
In crate behavior
behavior
Trait
Birth
Mode
Copy item path
Source
pub trait BirthMode { type
Child
; }
Expand description
A type-level description of a behavior’s creation capability.
Required Associated Types
§
Source
type
Child
Implementors
§
Source
§
impl
BirthMode
for
NoBirths
Source
§
type
Child
=
Never
Source
§
impl<C>
BirthMode
for
Births
<C>
Source
§
type
Child
= C