pub trait IncludeUncommittedBlobsOption { // Required method fn include_uncommitted_blobs(&self) -> bool; }