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