Struct slack_morphism::prelude::SlackStatefulViewInit
source · pub struct SlackStatefulViewInit {
pub state_params: SlackStatefulStateParams,
pub view: SlackView,
}Fields§
§state_params: SlackStatefulStateParams§view: SlackViewTrait Implementations§
source§impl From<SlackStatefulViewInit> for SlackStatefulView
impl From<SlackStatefulViewInit> for SlackStatefulView
source§fn from(value: SlackStatefulViewInit) -> Self
fn from(value: SlackStatefulViewInit) -> Self
Converts to this type from the input type.