usesuper::AssetType;/// An wrapper struct pointing to a specific asset in a database file
#[derive(Debug, Clone)]pubstructAssetBookmark{pubresource_id:Option<u32>,
pubasset_type: AssetType,
pubname:Option<String>,
pubnode_start:usize,
pubnode_end:usize,
pubnode_next:usize,
pubsize:u32,
}