// Pool admissibility policy:
// - answers “may this PID enter / remain in the pool?”
// - side-effect free (no ops calls)
// - does NOT log, schedule, or mutate storage
use crate::;
/// Policy: may this canister *enter or remain* in the pool?
///
/// Callers must provide:
/// - whether the PID is still registered in the subnet registry
/// - the local importability check result (Ok/Err details)