pub type StringCursor = Cursor<String, NamedSource<String>>;
pub struct StringCursor { /* private fields */ }