pub type RespCreateContext = CreateContext<CreateContextRespData>;Aliased Type§
pub struct RespCreateContext {
pub name: Vec<u8>,
pub data: CreateContextRespData,
}Fields§
§name: Vec<u8>§data: CreateContextRespDatapub type RespCreateContext = CreateContext<CreateContextRespData>;pub struct RespCreateContext {
pub name: Vec<u8>,
pub data: CreateContextRespData,
}name: Vec<u8>§data: CreateContextRespData