pub type RealmListChildrenResult = Result<(), Error>;
pub enum RealmListChildrenResult { Ok(()), Err(Error), }
Contains the success value
Contains the error value