Skip to main content

build_adapter

Function build_adapter 

Source
pub fn build_adapter<T>(_dispatch: CodecDispatch<'_>) -> ExactFallbackAdapter<T>
where T: From<Vec<u8>> + Send + Sync + 'static,