pub type BrowseControllerChangePathResult = Result<u32, BrowseControllerError>;Aliased Type§
pub enum BrowseControllerChangePathResult {
Ok(u32),
Err(BrowseControllerError),
}pub type BrowseControllerChangePathResult = Result<u32, BrowseControllerError>;pub enum BrowseControllerChangePathResult {
Ok(u32),
Err(BrowseControllerError),
}