Type Definition frame_support::traits::FetchResult

source ·
pub type FetchResult = Result<Cow<'static, [u8]>, DispatchError>;