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

type FrameResult = Result<Option<Block>>;

Either a Block or an Error.