Type Definition claxon::frame::FrameResult [] [src]

type FrameResult = Result<Option<Block>>;

Either a Block or an Error.