Trait slack_blocks::blox::IntoChild[][src]

pub trait IntoChild: Sized {
    fn into_child(self) -> Self { ... }
}
This is supported on crate feature blox only.
Expand description

Identity trait to appease the mox macro

Provided methods

Identity function

Implementors